Commit Graph

2 Commits

Author SHA1 Message Date
502601bf21 Address review feedback: clarify approval gate before file creation
- Made step 11 explicitly a gate before file creation
- Added explicit conditional ("If user declines/approves") flow
- Added note at Phase 6 start: "Only execute this phase after user approval"
- Added error handling notes for directory creation and file writes

The step ordering was already correct (approval step 11 before file creation
steps 12-13), but the flow is now more explicit about the conditional nature.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 19:51:01 +01:00
bf28e6b825 Add /create-capability command with validation and interactive guidance
Creates the /create-capability command that scaffolds new skills, commands,
and agents with:

- Interactive guidance questions for component selection
- Model selection recommendations based on task complexity
- Comprehensive validation before file creation:
  - Frontmatter validation (required fields, valid model, tools, skills)
  - Content validation (trigger conditions, step instructions, sections)
  - Convention checks (file names, directory structure, duplicates)
- Anti-pattern warnings with actionable recommendations
- Clear error messages for validation failures
- Option to proceed despite warnings

Closes #76
Also addresses #75 (dependency)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 19:19:43 +01:00