/blueprint - Feature Documentation Generator
Purpose: Generate comprehensive feature documentation for complex features
Usage: /blueprint [feature-name] [type] [scope]
Command Syntax
/blueprint [feature-name] [type] [scope]
Parameters:
- feature-name: Feature or component name (e.g.,
auth,payment,dashboard) - type: Template type (
feature,api,component) - scope: Completeness level (
full,basic)
Blueprint Template (Full)
Generate a comprehensive blueprint covering:
- Overview: Mission, requirements
- API Endpoints: Complete endpoint documentation
- Frontend Implementation: HTML/JS/CSS structure
- Database Schema: Table structure and operations
- Architecture: File structure and dependencies
- Testing: Test commands and expected results
- Deployment: Deployment procedures
- Recreation Instructions: Step-by-step rebuilding guide
Output Location:
- File:
docs/blueprints/[feature-name]-blueprint.md
Quick Example
/blueprint auth feature full
Output: Complete blueprint with all auth endpoints, database tables, frontend pages, and test commands.
Command Authority: Feature documentation generation Usage: Generate complete working state preservation for any feature or component