Skip to content

feat: add /feature-scope skill for guided feature scoping#319

Open
fritzhand wants to merge 1 commit intogarrytan:mainfrom
fritzhand:feature-scope-skill
Open

feat: add /feature-scope skill for guided feature scoping#319
fritzhand wants to merge 1 commit intogarrytan:mainfrom
fritzhand:feature-scope-skill

Conversation

@fritzhand
Copy link

Summary

  • Adds a new /feature-scope skill that guides users through scoping a feature before implementation
  • Fills the gap between /office-hours (idea validation) and /plan-eng-review (architecture review)
  • Produces a structured scoping doc with acceptance criteria, scope boundaries, codebase mapping, and implementation slices
  • Registered in proactive suggestions, E2E touchfiles, and LLM-judge touchfiles
  • Generated for both Claude and Codex hosts

Lifecycle position

/office-hours → /feature-scope → /plan-eng-review → implement → /review → /ship

Test plan

  • bun run gen:skill-docs generates feature-scope/SKILL.md without errors
  • bun run gen:skill-docs --host codex generates .agents/skills/gstack-feature-scope/SKILL.md
  • bun test passes (pre-existing test-2 failure unrelated — confirmed on main)
  • Manual: invoke /feature-scope in a real project and verify the 7-phase flow
  • Manual: verify scoping doc is saved to ~/.gstack/projects/ and discoverable by downstream skills

🤖 Generated with Claude Code

Fills the gap between /office-hours (idea validation) and /plan-eng-review
(architecture review) with structured feature scoping — goal clarification,
acceptance criteria, scope boundaries, codebase mapping, and implementation slices.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant