Skip to content

feat(skill): add /plan-to-issues skill#744

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/plan-to-issues-skill
Mar 21, 2026
Merged

feat(skill): add /plan-to-issues skill#744
JeremyDev87 merged 1 commit intomasterfrom
feat/plan-to-issues-skill

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add /plan-to-issues skill that converts completed PLANs into GitHub parent + sub-issues
  • Uses GitHub native sub-issue API (/repos/{owner}/{repo}/issues/{number}/sub_issues) with label+comment fallback
  • Three principles enforced: Independent (self-contained), Deployable (each sub-issue = independent PR), Structured (body essentials + comment details)
  • 7-step workflow: Plan source → GitHub env → Deployable decomposition → Draft content → User confirm → Create issues → Report
  • v2.0 skill frontmatter: disable-model-invocation, argument-hint, allowed-tools, user-invocable
  • Label strategy with priority:must/should/could mapping
  • Issue content rules: English titles, project-language body

Test plan

  • Verify /plan-to-issues appears in / menu
  • Run /plan-to-issues after a PLAN session and confirm issue creation flow
  • Verify sub-issue API fallback works when API returns error
  • Confirm generated issues are self-contained (readable without session context)

…rsion

- Convert completed PLANs into GitHub parent + sub-issues
- Use GitHub native sub-issue API with label+comment fallback
- Three principles: Independent, Deployable, Structured
- Issue body has essentials only, details go into comments
- 7-step workflow with user confirmation before creation
- v2.0 frontmatter: disable-model-invocation, argument-hint, allowed-tools
@JeremyDev87 JeremyDev87 added feat skill New skill addition to .ai-rules/skills/ labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 21, 2026 0:11am

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit 36eb403 into master Mar 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/plan-to-issues-skill branch March 21, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant