How this skill is triggered — by the user, by Claude, or both
Slash command
/agora:spec-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Draft a structured specification document from a feature description, design decision, or requirement.
Draft a structured specification document from a feature description, design decision, or requirement.
/spec-writer [type] [topic]
type (optional): the kind of spec to write — prd, technical, adr, design, api, asset. Defaults to the most appropriate type based on context.
topic (optional): what the spec is for. If omitted, asks the user.
TBD with context on what needs to be resolved.docs/ or specs/ directory in the current project, or wherever the user directs.npx claudepluginhub burkemtaylor/agora --plugin agoraCreates or updates SPEC.md documents from requirements, notes, or interview output, structuring into sections for goals, design, edge cases, security, testing, and success criteria. Use for feature specs.
Creates structured technical specification documents bridging product requirements and engineering implementation. Covers problem framing, data model, API design, alternatives, security, testing, and rollout.