Skip to content

chore(skills): add bidirectional linking to plan-to-issues#787

Merged
JeremyDev87 merged 1 commit intomasterfrom
chore/plan-to-issues-bidirectional-links-775
Mar 21, 2026
Merged

chore(skills): add bidirectional linking to plan-to-issues#787
JeremyDev87 merged 1 commit intomasterfrom
chore/plan-to-issues-bidirectional-links-775

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add PLAN_FILE variable capture in Step 1 for file/text/context source types
  • Add ## Plan Document section to parent issue body template with GitHub blob permalink
  • Add Step 6f to append ## Created Issues section back to the plan document after issue creation
  • Update Step 7 report output with bidirectional link status
  • Gracefully skip linking when plan source is text or context-based (no file to update)

Test plan

  • Run /plan-to-issues docs/plans/sample-plan.md with a file-based plan and verify:
    • Parent issue body contains ## Plan Document with correct permalink
    • Plan file is updated with ## Created Issues section listing all issue numbers
  • Run /plan-to-issues "Add caching" with text input and verify bidirectional linking is skipped
  • Run /plan-to-issues without arguments and verify bidirectional linking is skipped

Closes #775

- Capture PLAN_FILE variable in Step 1 for all source types
- Add Plan Document section to parent issue body template (Step 4)
- Add permalink construction in Step 6a for plan file link
- Add Step 6f to append Created Issues section back to plan document
- Update Step 7 report with bidirectional link status

Closes #775
@JeremyDev87 JeremyDev87 added chore priority:could Could Have - 있으면 좋은 기능 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 5:16pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit 85c97ce into master Mar 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the chore/plan-to-issues-bidirectional-links-775 branch March 21, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore priority:could Could Have - 있으면 좋은 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Link plan documents to created issues bidirectionally

1 participant