Quick Reference

Daily cheat sheet for project planning and execution.

Planning Sections Quick Links

| Section | File | Purpose | |---------|------|---------| | 0 | Master Index | Navigation guide | | 1 | Executive Summary | Vision and problem | | 2 | Objectives & Metrics | Goals and KPIs | | 3 | Scope Definition | What's in/out | | 4 | Architecture Design | Technical design | | 5 | Technical Workflow | Implementation | | 6 | Timeline | Phases and milestones | | 7 | Resources | Team and budget | | 8 | Risks | Risk register | | 9 | Execution | Daily workflow | | 10 | Monitoring | Metrics tracking | | 11 | ROI | Financial analysis | | 12 | Governance | Decision framework | | 13 | Lessons Learned | Learning process |

Claude Skills Quick Reference

| Skill | Trigger | Purpose | |-------|---------|---------| | tech-stack-selector | "What tech stack?" | Technology selection | | architecture-decisions | "Create ADR" | Document decisions | | code-standards-enforcer | "Code review" | Quality enforcement | | ci-cd-pipeline-builder | "Setup CI/CD" | Pipeline automation | | agile-executor | "Plan sprint" | Sprint management | | project-risk-identifier | "Identify risks" | Risk management | | automation-orchestrator | "Run scripts" | Script management |

Common Commands

Planning

  • Start with Section 1 (Executive Summary)
  • Complete Sections 1-4 in Week 1
  • Review Master Index for connections

Execution

  • Use Claude Skills for decisions
  • Follow Technical Execution Workflow
  • Track metrics in Section 10

Documentation

  • Create ADRs for major decisions
  • Update sections weekly
  • Document lessons learned

File Locations

  • Planning sections: planning/
  • Reference guides: docs/reference/
  • Claude skills: .claude/skills/
  • Configuration: Root directory