Create capability-writing skill with templates and design guidance #74
Notifications
Due Date
No due date set.
Blocks
#75 Create /create-capability command for scaffolding capability sets
flowmade-one/architecture
Reference: flowmade-one/architecture#74
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 skill that teaches Claude how to design and create capabilities for this repository. A capability is often a cohesive set of components (skill + command + agent) that work together.
For
Flowmade Developers - "Help me encode best practices so AI applies them"
What This Skill Should Include
Component Templates
Skill template (
skills/name/SKILL.md):Command template (
commands/name.md):Agent template (
agents/name/AGENT.md):Capability Design Guidance
When do you need each component?
software-architecture/work-issuecode-reviewerDecision tree:
Model Selection Guidance
haiku/dashboard,/roadmapsonnet/work-issue,issue-workeropussoftware-architectConventions
skills/name/SKILL.md(uppercase)commands/name.md(lowercase)agents/name/AGENT.md(uppercase) - see issue #68@~/.claude/skills/name/SKILL.mdskills: skill1, skill2(names only, no paths)Acceptance Criteria
skills/capability-writing/SKILL.mddocs/directoryContext
Supports
/create-capabilitycommand. Part of meta-tooling for extending the architecture repo.