From orchestrate
Verifies implementation against requirements and acceptance criteria from scattered sources. Identifies alignments, gaps, and unknowns before building or sign-off.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrate:spec-aligningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to sanity-check whether work matches intent.
Use this skill to sanity-check whether work matches intent.
Good fit when:
Use whichever requirement sources are available, typically:
If sources conflict, call that out and proceed with the most defensible interpretation.
Suggested flow (adapt as needed):
Keep output concise and decision-oriented. A short structure that often works:
Use explicit evidence when possible, but keep the format flexible for the task.
npx claudepluginhub haowjy/orchestrate --plugin orchestrateVerifies that implementation aligns with product specs and architecture, surfacing misalignments for resolution. Includes effort/model recommendations and monorepo support.
Reviews spec.md files for completeness, clarity, implementability, testability, and structure. Identifies ambiguities, gaps, and missing sections before implementation.
Verifies code implementation completion against SPEC.md specs via checklists for functional/non-functional requirements, UI/UX, APIs, security, code quality, and docs. Outputs SPEC-REVIEW.md with gaps and fixes.