Install
1
Install the plugin$
npx claudepluginhub codeaholicguy/ai-devkitWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Review feature requirements for completeness.
Command Content
Review docs/ai/requirements/feature-{name}.md and the project-level template docs/ai/requirements/README.md to ensure structure and content alignment.
- Use Memory for Context — Search memory for related requirements/domain decisions before starting:
npx ai-devkit@latest memory search --query "<feature requirements>". - Summarize:
- Core problem statement and affected users
- Goals, non-goals, and success criteria
- Primary user stories & critical flows
- Constraints, assumptions, open questions
- Any missing sections or deviations from the template
- Identify gaps or contradictions and suggest clarifications.
- Store Reusable Knowledge — If new reusable requirement conventions are agreed, store them with
npx ai-devkit@latest memory store .... - Next Command Guidance — If fundamentals are missing, go back to
/new-requirement; otherwise continue to/review-design.
Stats
Stars966
Forks149
Last CommitFeb 27, 2026