The 60-Doc Pack Reference
Context Ark generates a comprehensive suite of 60+ documents organized into 5 categories. Each document is designed to serve as context for AI coding assistants or as standalone project documentation.
Category Overview
| Category | Prefix | Count | Purpose |
|---|---|---|---|
| Product Strategy | 01- | 12 docs | Vision, requirements, metrics |
| User Experience | 02- | 10 docs | Personas, journeys, flows |
| Context Engineering | 03- | 12 docs | AI context files for IDEs |
| Architecture | 04- | 14 docs | System design, data models |
| Security & Ops | 05- | 12 docs | Policies, deployment, runbooks |
01 - Product Strategy
| File | Description |
|---|---|
01-01_PRD.md | Product Requirements Document with prioritized features |
01-02_PRODUCT_VISION.md | Long-term product vision and mission |
01-03_SUCCESS_METRICS.md | KPIs and measurement framework |
01-04_COMPETITIVE_ANALYSIS.md | Competitor research and positioning |
01-05_MARKET_RESEARCH.md | TAM/SAM/SOM and market trends |
01-06_FEATURE_MATRIX.md | Feature comparison vs competitors |
01-07_PRICING_STRATEGY.md | Pricing model and tier structure |
01-08_ROADMAP.md | Phased release plan |
01-09_RISK_REGISTER.md | Business and technical risks |
01-10_STAKEHOLDER_MAP.md | Internal/external stakeholders |
01-11_BUSINESS_MODEL.md | Revenue streams and cost structure |
01-12_GO_TO_MARKET.md | Launch strategy and channels |
02 - User Experience
| File | Description |
|---|---|
02-01_USER_PERSONAS.md | Detailed user archetypes |
02-02_USER_JOURNEYS.md | End-to-end user flows |
02-03_ONBOARDING_FLOW.md | First-time user experience |
02-04_ACCESSIBILITY.md | WCAG compliance guidelines |
02-05_UI_STYLE_GUIDE.md | Colors, typography, spacing |
02-06_COMPONENT_LIBRARY.md | Reusable UI components |
02-07_MOBILE_CONSIDERATIONS.md | Responsive and native patterns |
02-08_ERROR_HANDLING_UX.md | User-facing error messages |
02-09_NOTIFICATIONS.md | Email, push, in-app notifications |
02-10_FEEDBACK_LOOPS.md | User feedback mechanisms |
03 - Context Engineering (Critical for AI)
| File | Description |
|---|---|
03-01_CURSOR_RULES.md | Rules for Cursor IDE |
03-02_CLINE_RULES.md | Rules for Cline VS Code |
03-03_CODEBASE_CONTEXT.md | Full project context |
03-04_TECH_STACK_RULES.md | Framework-specific patterns |
03-05_FILE_STRUCTURE.md | Directory conventions |
03-06_NAMING_CONVENTIONS.md | Variable, function, file naming |
03-07_ERROR_PATTERNS.md | How to handle errors |
03-08_API_PATTERNS.md | HTTP, REST, GraphQL conventions |
03-09_STATE_MANAGEMENT.md | State handling patterns |
03-10_TESTING_PATTERNS.md | Test structure and coverage |
03-11_COMMIT_CONVENTIONS.md | Conventional commits guide |
03-12_PR_TEMPLATE.md | Pull request template |
04 - Architecture
| File | Description |
|---|---|
04-01_SYSTEM_OVERVIEW.md | High-level architecture diagram |
04-02_DATABASE_SCHEMA.md | ER diagram and SQL definitions |
04-03_API_SPECIFICATION.md | OpenAPI/Swagger spec |
04-04_DATA_FLOW.md | Request/response flow diagrams |
04-05_AUTH_ARCHITECTURE.md | Authentication and authorization |
04-06_CACHING_STRATEGY.md | Cache layers and invalidation |
04-07_QUEUE_ARCHITECTURE.md | Background jobs and queues |
04-08_SEARCH_ARCHITECTURE.md | Full-text search implementation |
04-09_FILE_STORAGE.md | Blob storage and CDN |
04-10_THIRD_PARTY_INTEGRATIONS.md | External API integrations |
04-11_EVENT_DRIVEN.md | Event sourcing and pub/sub |
04-12_MICROSERVICES.md | Service boundaries (if applicable) |
04-13_API_VERSIONING.md | API version strategy |
04-14_TESTING_STRATEGY.md | Integration and E2E testing |
05 - Security & Operations
| File | Description |
|---|---|
05-01_SECURITY_POLICY.md | OWASP compliance, threat model |
05-02_DATA_PRIVACY.md | GDPR, CCPA, data retention |
05-03_SECRETS_MANAGEMENT.md | Environment variables and vaults |
05-04_DEPLOYMENT_GUIDE.md | CI/CD pipeline setup |
05-05_INFRASTRUCTURE.md | Cloud architecture (Vercel, AWS) |
05-06_MONITORING.md | Observability stack (logs, metrics) |
05-07_INCIDENT_RESPONSE.md | On-call and escalation |
05-08_BACKUP_RECOVERY.md | Database backup strategy |
05-09_RATE_LIMITING.md | API rate limit policies |
05-10_AUDIT_LOGGING.md | Compliance audit trail |
05-11_RUNBOOK.md | Operational procedures |
05-12_SLA_DEFINITION.md | Service level agreements |
File Naming Convention
All files follow the pattern:
[Category]-[Order]_[TITLE].md
Example: 03-01_CURSOR_RULES.md = Category 03 (Context), Order 01, Title: Cursor Rules
Customizing the Pack
You can control which docs are generated:
- Go to Project > Settings > Doc Generation
- Toggle individual documents on/off
- Regenerate to apply changes
