check-plan
Verify Implementation Progress Against Plans
Implementation teams often lose track of progress and miss requirements from original plans. This skill provides systematic auditing that verifies completed work, identifies gaps, validates quality, and generates actionable task lists to ensure 100% plan completion.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "check-plan". Check the status of my authentication-refactor plan
Resultado esperado:
Plan Check Complete: Authentication Refactor
Overall Status: 75% Complete (6 of 8 steps done)
Completed:
- Step 1: Create new auth service
- Step 2: Implement JWT validation
- Step 3: Update login endpoint
- Step 4: Add refresh token logic
- Step 5: Update middleware
- Step 6: Add error handling
In Progress:
- Step 7: Update tests (60% done - unit tests complete, integration tests pending)
Not Started:
- Step 8: Update documentation
Critical Issues:
- REMOVAL SPEC not complete: old-auth-service.ts still exists and must be deleted
- TypeScript errors: 2 errors in auth-middleware.ts
Next Steps:
1. Remove old-auth-service.ts
2. Fix TypeScript errors
3. Complete integration tests
4. Update documentation
Detailed Report: .plans/authentication-refactor.progress.md
A utilizar "check-plan". Verify removal spec completion for the api-cleanup plan
Resultado esperado:
REMOVAL SPEC Status for API Cleanup Plan
Completed Removals:
- deprecated-endpoints.ts - Successfully deleted
- old-validator.ts - Successfully deleted
- Legacy error handler removed from server.ts
Pending Removals (HIGH PRIORITY):
- unused-middleware.ts - FILE STILL EXISTS at src/middleware/unused-middleware.ts
- Old imports in routes.ts - 3 references to deprecated modules still present
The plan cannot be marked complete until these items are removed. Would you like me to remove them now?
Auditoria de Segurança
SeguroThis skill is safe for publication. Static analysis detected 92 potential issues, but all are false positives. The skill contains only markdown documentation with instructional content and example bash commands in code blocks. No executable code, network calls, or security risks are present. All flagged patterns are documentation examples showing legitimate git, npm, and file system commands for auditing purposes.
Pontuação de qualidade
O Que Você Pode Construir
Verify Feature Implementation Completeness
A developer completes work on a planned feature and wants to verify all steps were implemented before submitting for review. The skill audits each plan step, checks removal specifications, runs validation, and generates a report showing what is complete and what remains.
Track Long-Running Project Progress
A project manager needs to assess progress on a multi-week implementation effort. The skill generates progress reports showing completion percentages by plan step, identifies blocking issues, and produces actionable task lists for the remaining work.
Validate Plan Readiness for Code Review
Before submitting a pull request, a developer uses this skill to verify the implementation meets all original issue requirements, passes quality checks, and has no pending removal specifications. The skill confirms whether the work is truly ready for review.
Tente Estes Prompts
Check the status of my current implementation plan
Run a complete audit of the authentication-refactor plan including TypeScript checks and linting
Verify that all old code marked for removal in the database-migration plan has been deleted
Check if the implementation covers all requirements from issue #245 and identify any gaps
Melhores Práticas
- Run plan checks after completing each major implementation step to catch issues early rather than at the end
- Always verify removal specifications are complete to avoid leaving deprecated code that could cause bugs or confusion
- Compare implementation against the original issue requirements, not just the plan steps, to catch planning gaps
Evitar
- Do not mark a plan as complete based only on plan step completion without verifying the original issue requirements are fully addressed
- Do not skip validation checks like TypeScript compilation and linting, as passing these is required for plan completion
- Do not ignore unplanned file changes as scope creep, as they may indicate missing plan steps or necessary adjustments
Perguntas Frequentes
What is a removal specification and why is it important?
Can this skill automatically fix issues it finds?
What does original issue coverage verification check?
How does the skill calculate completion percentage?
What validation checks does this skill run?
Where are the detailed progress reports saved?
Detalhes do Desenvolvedor
Estrutura de arquivos
📄 SKILL.md