Create /create-capability command for scaffolding capability sets #75
Notifications
Due Date
No due date set.
Blocks
Depends on
#76 Add validation and interactive guidance to /create-capability
flowmade-one/architecture
#74 Create capability-writing skill with templates and design guidance
flowmade-one/architecture
Reference: flowmade-one/architecture#75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Create a command that helps users create new capabilities for this repository. A capability may be a single component or a cohesive set (skill + command + agent).
For
Flowmade Developers - "Help me encode best practices so AI applies them"
Command Workflow
Understand the capability: Analyze user's description to understand what they want to build
Determine components needed: Based on the description, recommend which components:
Gather information:
Select appropriate models:
Generate files from templates:
@~/.claude/skills/name/SKILL.mdskills:frontmatterPresent for approval: Show generated files before creating
Create files in correct locations:
skills/name/SKILL.mdcommands/name.mdagents/name/AGENT.mdExample Usage
Acceptance Criteria
commands/create-capability.mdDependencies
Context
Part of meta-tooling for extending the architecture repo. Makes it easy to add new capabilities following established patterns.