Spec Agent
Usage
/pqa:spec-agent <agent-design-path>
Execution Flow
- Read the agent design file at
<agent-design-path>.
- Invoke
spec-agent-command via the plugin-spec-writer agent.
- Generate agent .md file content with frontmatter, role, skills table, execution flows, and operating principles.
- Generate command .md file contents (canonical + aliases) for all commands defined in the design.
- Validate cross-references and naming conventions.
Output
A spec package containing:
- Agent .md file content ready for disk write.
- Command .md file contents (canonical + alias pairs) ready for disk write.
- Cross-reference validation results.
- Naming convention compliance report.