Loading...
Loading...
Use when the user wants a full feature-development chain: clarify a rough feature idea into a prompt, review it with the user, then hand it to grill-with-docs, to-prd, to-issues, and tdd.
npx skill4agent add devarfeen/agent-skills-kit feature-prompt-fullfeature-prompt/grill-with-docs/to-prd/to-issues/tddSuggested chain:
1. `/feature-prompt-full` - clarify the feature and produce the final prompt.
2. `/grill-with-docs` - challenge the prompt against docs, domain language, ADRs, and codebase context.
3. `/to-prd` - convert the reviewed context into a PRD/spec.
4. `/to-issues` - split the PRD into independently implementable vertical slices.
5. `/tdd` - implement each issue with red-green-refactor.
Approve this chain before I start, or tell me what to change.Projects:
[Project Code], [Project Code]
Need:
[What needs to be built or changed.]
Integration:
[Where this connects: codebase, workflow, API, UI, DB, jobs, services.]
Reason:
[Why this is needed. What problem it solves.]
Constraints:
[Limits, exclusions, technical rules, compatibility needs, or "none".]
Acceptance:
[Optional. User may skip. If skipped, infer from Need + Integration + Reason.]ProjectsNeedIntegrationReasonConstraintsAcceptanceAcceptanceOptions:
1. [Specific pre-made answer]
2. [Specific pre-made answer]
3. [Specific pre-made answer]
4. [Specific pre-made answer]
5. Custom: [Tell me your own answer]
Reply with a number, or write custom text.(recommended)Reply with a number, or write custom text.Projects:
[Resolved project codes]
Need:
[Precise feature/change request]
Integration:
[Specific integration points]
Reason:
[Clear problem/value]
Constraints:
[Explicit limits or "none"]
Acceptance:
[User-provided or inferred acceptance criteria]
Next:
1. Pass this final prompt to `/grill-with-docs`.
2. After the grill is resolved, run `/to-prd`.
3. After the PRD is approved, run `/to-issues`.
4. Implement approved issues with `/tdd`.