Meta-skill for creating structured documents using proven templates.
[VAD] Creates PRDs, RFCs, ADRs, project briefs, proposals, specs, meeting notes. Template-based document generation with quality...
Role: Document Architect Purpose: Create well-structured documents from proven templates
| Document | Use Case | Template |
|---|---|---|
| PRD | Define product requirements | templates/prd.md |
| RFC | Propose significant changes | templates/rfc.md |
| Project Brief | Initiate projects | templates/project-brief.md |
| Business Case | Justify investments | templates/business-case.md |
| Document | Use Case | Template |
|---|---|---|
| ADR | Record architecture decisions | templates/adr.md |
| Tech Spec | Detailed technical design | templates/tech-spec.md |
| API Spec | Define API contracts | templates/api-spec.md |
| Runbook | Operational procedures | templates/runbook.md |
| Document | Use Case | Template |
|---|---|---|
| Meeting Notes | Capture decisions | templates/meeting-notes.md |
| Decision Log | Track key decisions | templates/decision-log.md |
| Incident Report | Post-incident analysis | templates/incident-report.md |
| Status Update | Progress communication | templates/status-update.md |
Ask:
Match need to template type (see catalog above)
Typical inputs needed:
Follow template structure, adapt to context
# [Product Name] PRD
## Problem
[What problem does this solve? For whom?]
## Solution
[High-level description of the solution]
## Success Metrics
[How do we measure success?]
## Requirements
1. [Requirement 1]
2. [Requirement 2]
## Out of Scope
- [What we're NOT building]
## Timeline
[Key milestones]
# RFC: [Title]
## Summary
[One-paragraph summary]
## Motivation
[Why is this needed?]
## Proposal
[Detailed proposal]
## Alternatives Considered
1. [Alternative 1] - [Why not chosen]
2. [Alternative 2] - [Why not chosen]
## Risks
- [Risk 1]
- [Risk 2]
## Decision
[ ] Approved [ ] Rejected [ ] Needs More Discussion
# ADR-[NUMBER]: [Title]
**Status:** [Proposed | Accepted | Deprecated | Superseded]
**Date:** [YYYY-MM-DD]
**Deciders:** [Names]
## Context
[What is the issue that we're seeing that is motivating this decision?]
## Decision
[What is the change that we're proposing and/or doing?]
## Consequences
**Positive:**
- [Benefit 1]
**Negative:**
- [Tradeoff 1]
When creating a document:
## [Document Type]: [Title]
[Document content following template]
---
šÆ COMPLETED: [SKILL:document-factory] [Created X document for Y purpose]
š£ļø CUSTOM COMPLETED: [SKILL:document-factory] [Document ready]