From ai-devkit
Guides the requirements phase of feature development: clarifying scope, capturing requirements, reviewing decisions, and initializing docs via AI DevKit. Use when starting a new feature or reviewing requirements before design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:dev-requirementsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the requirements phases for configured AI docs features. Before making docs or code changes, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
Run the requirements phases for configured AI docs features. Before making docs or code changes, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
npx ai-devkit@latest lint before phase work.npx ai-devkit@latest lint --feature <name>.npx ai-devkit@latest init -a -e claude --built-in --yes, then rerun lint.docs/ai; it is only the default docs directory.Use for Phase 1 or /new-requirement.
npx ai-devkit@latest memory search --query "<feature/topic>". If unfamiliar, check the memory skill first.dev-worktree to create or resume the active feature workspace with normalized <name>.npx ai-devkit@latest docs init-feature <name> from the active worktree/repository and fill the returned paths. Treat those returned paths as authoritative because paths.docs may customize the docs directory.- [ ] checkboxes, plus mocks/fixtures and coverage target.dev-planning to create the initial task plan from the requirements, design, and testing docs.Next: dev-requirements review, then dev-design.
Use for Phase 2.
npx ai-devkit@latest lint --feature <name> and review the requirements doc path it validates. If manual path resolution is unavoidable, first resolve .ai-devkit.json paths.docs, falling back to docs/ai.README.md template.Next: dev-design. If fundamental gaps remain unresolvable, return to New Requirement.
npx claudepluginhub codeaholicguy/ai-devkitGuides planning phase for creating and reconciling feature task plans using AI DevKit. Automatically triggered when creating implementation plans, updating planning docs, or marking task progress.
Collaboratively explores feature requirements and options through dialogue, producing a right-sized requirements document for implementation planning. Use for vague ideas, brainstorming, or scoping ambitious requests.
Guides feature development from idea to implementation: creates EARS requirements, design documents, and task lists in .kiro/specs/.