Add review-plan and review-spec skills
Two new read-only skills that review plans and specs against best practices: - /review-plan: Checks plans against 6 areas (security, API design, LLM code security, spec-driven dev, TDD, operational readiness). Outputs scorecard with critical gaps and recommendations. - /review-spec: Checks specs for structure quality, requirement testability, security coverage, and API design patterns. Scores 5 dimensions and identifies missing requirements and scenarios. Both load api-design.md, llm-code-security.md, spec-driven-development.md, test-driven-development.md, and security-architecture.md from best-practices. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,9 @@ custom-claude-skills/
|
||||
├── log/SKILL.md # End-of-session logging
|
||||
├── orchestrate/SKILL.md # Container agent dispatch with git worktrees
|
||||
├── reflect/SKILL.md # Milestone reflection
|
||||
└── reflect-logs/SKILL.md # Process logs into memory
|
||||
├── reflect-logs/SKILL.md # Process logs into memory
|
||||
├── review-plan/SKILL.md # Review plan against best practices
|
||||
└── review-spec/SKILL.md # Review spec against best practices
|
||||
```
|
||||
|
||||
## Conventions
|
||||
|
||||
Reference in New Issue
Block a user