Agent skill
speci5.check
Verify implementation progress by inspecting source code against a story's plan. Reads plan.md tasks, searches the codebase for evidence of completion, and toggles task checkboxes. WHEN: /check, check progress, verify implementation, check story, are tasks done, update plan status, check plan. DO NOT USE FOR: brainstorming ideas (use brainstorm), writing specs (use specify), creating plans (use plan).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/speci5-check
SKILL.md
Check
Verify implementation progress by inspecting source code against a story's plan.
Triggers
Activate this skill when the user wants to:
- Verify if planned tasks have been implemented
- Check progress on a story
- Update task checkboxes based on current code state
- Get a status report on implementation progress
Rules
- Do NOT modify source code — this is a read-only verification skill.
- Do NOT modify
story.mdorfeature.md. - Only modify
plan.mdto toggle task checkboxes and add brief inline notes. - Be conservative — only mark a task complete if there is clear evidence in the code.
- If a task is partially done, leave it unchecked and note what's missing.
Steps
- Read the plan — Load
.spec/features/<feature>/<story>/plan.md. - Read the story — Load
story.mdto understand acceptance criteria context. - Verify each task — For each task in the plan:
- Search the codebase for the specific files, functions, routes, components, or tests mentioned.
- Evaluate whether the implementation satisfies the task's intent, not just that a file exists.
- Update plan.md — Toggle checkboxes:
- Completed:
- [ ]→- [x] - Regressed (removed/broken):
- [x]→- [ ] - Uncertain: leave unchecked, add a note.
- Completed:
- Report summary — Present results to the user.
Output
See output template.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?