Triggers
- strategy phase
- architecture planning
- system architecture
- brand identity
- budget planning
- sprint planning
- feature prioritization
- technical architecture
- project architecture
- design system planning
- resource allocation
- ROI planning
- backlog creation
- task breakdown
- RICE scoring
- MoSCoW classification
Instructions
Phase 1 defines what we're building, how it's structured, and what success looks like — before writing a single line of code. Every architectural decision is documented, every feature prioritized, every dollar accounted for. Duration: 5-10 days.
Pre-Conditions
Verify before starting:
- Phase 0 Quality Gate passed (GO decision)
- Phase 0 Handoff Package received
- Stakeholder alignment on project scope
Step 1: Strategic Framing (Day 1-3, Parallel)
Use organization_spawn or swarm_spawn to activate in parallel:
Studio Producer — Strategic Portfolio Alignment:
- Input: Phase 0 Executive Summary + Market Analysis Report
goal_create: Strategic Portfolio Plan with project positioning
goal_create: Vision, objectives, and ROI targets
goal_create: Resource allocation strategy
goal_create: Risk/reward assessment
goal_create: Success criteria and milestone definitions
- Timeline: 3 days.
Brand Guardian — Brand Identity System:
- Input: Phase 0 UX Research (personas, journey maps)
goal_create: Brand Foundation (purpose, vision, mission, values, personality)
goal_create: Visual Identity System (colors, typography, spacing as CSS variables)
goal_create: Brand Voice and Messaging Architecture
goal_create: Logo system specifications (if new brand)
goal_create: Brand usage guidelines
- Timeline: 3 days.
Finance Tracker — Budget and Resource Planning:
- Input: Studio Producer strategic plan + Phase 0 Tech Stack Assessment
goal_create: Comprehensive project budget with category breakdown
goal_create: Resource cost projections (agents, infrastructure, tools)
goal_create: ROI model with break-even analysis
goal_create: Cash flow timeline
goal_create: Financial risk assessment with contingency reserves
- Timeline: 2 days.
Step 2: Technical Architecture (Day 3-7, Parallel, after Step 1)
UX Architect — Technical Architecture + UX Foundation:
- Input: Brand Guardian visual identity + Phase 0 UX Research
goal_create: CSS Design System (variables, tokens, scales)
goal_create: Layout Framework (Grid/Flexbox patterns, responsive breakpoints)
goal_create: Component Architecture (naming conventions, hierarchy)
goal_create: Information Architecture (page flow, content hierarchy)
goal_create: Theme System (light/dark/system toggle)
goal_create: Accessibility Foundation (WCAG 2.1 AA baseline)
- Timeline: 4 days.
Backend Architect — System Architecture:
- Input: Phase 0 Tech Stack Assessment + Compliance Requirements
goal_create: Architecture pattern (microservices/monolith/serverless/hybrid)
goal_create: Database Schema Design with indexing strategy
goal_create: API Design Specification with versioning
goal_create: Authentication and Authorization Architecture
goal_create: Security Architecture (defense in depth)
goal_create: Scalability Plan (horizontal scaling strategy)
- Timeline: 4 days.
AI Engineer — ML Architecture (if applicable):
- Input: Backend Architect system architecture + Phase 0 Data Audit
goal_create: ML System Design (model selection, data pipeline, inference strategy)
goal_create: AI Ethics and Safety Framework
goal_create: Model monitoring and retraining plan
goal_create: Integration points with main application
goal_create: Cost projections for ML infrastructure
- Condition: Only activate if project includes AI/ML features. Timeline: 3 days.
Senior Project Manager — Spec-to-Task Conversion:
- Input: ALL Phase 0 documents + Architecture specs
goal_create: Comprehensive Task List with acceptance criteria per task
goal_create: Work Breakdown Structure with dependencies
goal_create: Critical path identification
goal_create: Risk register for implementation
- Rules: Do NOT add features not in the specification. Quote exact text from requirements. Be realistic about effort estimates.
- Timeline: 3 days.
Step 3: Prioritization (Day 7-10, Sequential, after Step 2)
Sprint Prioritizer — Feature Prioritization:
- Input: Task List, System Architecture, UX Architecture, Budget, Strategic Plan
goal_create: RICE-scored backlog (Reach, Impact, Confidence, Effort)
goal_create: Sprint assignments with velocity-based estimation
goal_create: Dependency map with critical path
goal_create: MoSCoW classification (Must/Should/Could/Won't)
goal_create: Release plan with milestone mapping
- Validation: Studio Producer confirms strategic alignment.
- Timeline: 2 days.
Gate Decision
Dual sign-off required: Studio Producer (strategic) + Reality Checker (technical)
- APPROVED: Proceed to Phase 2 with full Architecture Package
- REVISE: Specific items need rework (return to relevant Step)
- RESTRUCTURE: Fundamental architecture issues (restart Phase 1)
Use knowledge_write to persist the entire Architecture Package.
Deliverables
Success Metrics
- Architecture covers 100% of spec requirements
- Brand system complete (logo, colors, typography, voice)
- All technical components have implementation path
- Budget approved and within constraints
- Sprint plan is velocity-based and realistic
- Security architecture defined
- Compliance requirements integrated into architecture
Verify
- The deliverable for this phase exists as a concrete artifact (doc, ticket, board, repo) and its location is shared, not described
- Each commitment has an owner name, a due date, and a definition-of-done that someone other than the author could check
- Risks are listed with likelihood/impact and a named mitigation, not as a generic 'risks: TBD' bullet
- Dependencies on other teams/vendors/agents are explicit; an ack from each dependency is recorded or marked 'pending'
- Success criteria for the next phase are numeric or otherwise objectively testable
- A rollback / kill-switch / 'we will stop if X' criterion is written down before work starts
1---2name: agency-phase-1-strategy3description: Strategy and architecture phase — define what to build, how to structure it, and what success looks like. Adapted from msitarzewski/agency-agents.4---56## Triggers78- strategy phase9- architecture planning10- system architecture11- brand identity12- budget planning13- sprint planning14- feature prioritization15- technical architecture16- project architecture17- design system planning18- resource allocation19- ROI planning20- backlog creation21- task breakdown22- RICE scoring23- MoSCoW classification2425## Instructions2627Phase 1 defines what we're building, how it's structured, and what success looks like — before writing a single line of code. Every architectural decision is documented, every feature prioritized, every dollar accounted for. Duration: 5-10 days.2829### Pre-Conditions3031Verify before starting:321. Phase 0 Quality Gate passed (GO decision)332. Phase 0 Handoff Package received343. Stakeholder alignment on project scope3536### Step 1: Strategic Framing (Day 1-3, Parallel)3738Use `organization_spawn` or `swarm_spawn` to activate in parallel:3940**Studio Producer — Strategic Portfolio Alignment**:41- Input: Phase 0 Executive Summary + Market Analysis Report42- `goal_create`: Strategic Portfolio Plan with project positioning43- `goal_create`: Vision, objectives, and ROI targets44- `goal_create`: Resource allocation strategy45- `goal_create`: Risk/reward assessment46- `goal_create`: Success criteria and milestone definitions47- Timeline: 3 days.4849**Brand Guardian — Brand Identity System**:50- Input: Phase 0 UX Research (personas, journey maps)51- `goal_create`: Brand Foundation (purpose, vision, mission, values, personality)52- `goal_create`: Visual Identity System (colors, typography, spacing as CSS variables)53- `goal_create`: Brand Voice and Messaging Architecture54- `goal_create`: Logo system specifications (if new brand)55- `goal_create`: Brand usage guidelines56- Timeline: 3 days.5758**Finance Tracker — Budget and Resource Planning**:59- Input: Studio Producer strategic plan + Phase 0 Tech Stack Assessment60- `goal_create`: Comprehensive project budget with category breakdown61- `goal_create`: Resource cost projections (agents, infrastructure, tools)62- `goal_create`: ROI model with break-even analysis63- `goal_create`: Cash flow timeline64- `goal_create`: Financial risk assessment with contingency reserves65- Timeline: 2 days.6667### Step 2: Technical Architecture (Day 3-7, Parallel, after Step 1)6869**UX Architect — Technical Architecture + UX Foundation**:70- Input: Brand Guardian visual identity + Phase 0 UX Research71- `goal_create`: CSS Design System (variables, tokens, scales)72- `goal_create`: Layout Framework (Grid/Flexbox patterns, responsive breakpoints)73- `goal_create`: Component Architecture (naming conventions, hierarchy)74- `goal_create`: Information Architecture (page flow, content hierarchy)75- `goal_create`: Theme System (light/dark/system toggle)76- `goal_create`: Accessibility Foundation (WCAG 2.1 AA baseline)77- Timeline: 4 days.7879**Backend Architect — System Architecture**:80- Input: Phase 0 Tech Stack Assessment + Compliance Requirements81- `goal_create`: Architecture pattern (microservices/monolith/serverless/hybrid)82- `goal_create`: Database Schema Design with indexing strategy83- `goal_create`: API Design Specification with versioning84- `goal_create`: Authentication and Authorization Architecture85- `goal_create`: Security Architecture (defense in depth)86- `goal_create`: Scalability Plan (horizontal scaling strategy)87- Timeline: 4 days.8889**AI Engineer — ML Architecture** (if applicable):90- Input: Backend Architect system architecture + Phase 0 Data Audit91- `goal_create`: ML System Design (model selection, data pipeline, inference strategy)92- `goal_create`: AI Ethics and Safety Framework93- `goal_create`: Model monitoring and retraining plan94- `goal_create`: Integration points with main application95- `goal_create`: Cost projections for ML infrastructure96- Condition: Only activate if project includes AI/ML features. Timeline: 3 days.9798**Senior Project Manager — Spec-to-Task Conversion**:99- Input: ALL Phase 0 documents + Architecture specs100- `goal_create`: Comprehensive Task List with acceptance criteria per task101- `goal_create`: Work Breakdown Structure with dependencies102- `goal_create`: Critical path identification103- `goal_create`: Risk register for implementation104- Rules: Do NOT add features not in the specification. Quote exact text from requirements. Be realistic about effort estimates.105- Timeline: 3 days.106107### Step 3: Prioritization (Day 7-10, Sequential, after Step 2)108109**Sprint Prioritizer — Feature Prioritization**:110- Input: Task List, System Architecture, UX Architecture, Budget, Strategic Plan111- `goal_create`: RICE-scored backlog (Reach, Impact, Confidence, Effort)112- `goal_create`: Sprint assignments with velocity-based estimation113- `goal_create`: Dependency map with critical path114- `goal_create`: MoSCoW classification (Must/Should/Could/Won't)115- `goal_create`: Release plan with milestone mapping116- Validation: Studio Producer confirms strategic alignment.117- Timeline: 2 days.118119### Gate Decision120121Dual sign-off required: Studio Producer (strategic) + Reality Checker (technical)122123- **APPROVED**: Proceed to Phase 2 with full Architecture Package124- **REVISE**: Specific items need rework (return to relevant Step)125- **RESTRUCTURE**: Fundamental architecture issues (restart Phase 1)126127Use `knowledge_write` to persist the entire Architecture Package.128129## Deliverables130131- [ ] Strategic Portfolio Plan (Studio Producer)132- [ ] Brand Identity System (Brand Guardian)133- [ ] Financial Plan with ROI Projections (Finance Tracker)134- [ ] CSS Design System + UX Architecture (UX Architect)135- [ ] System Architecture Specification (Backend Architect)136- [ ] ML System Design (AI Engineer — if applicable)137- [ ] Comprehensive Task List with acceptance criteria (Senior PM)138- [ ] Prioritized Sprint Plan with RICE scores (Sprint Prioritizer)139- [ ] Phase 1 -> Phase 2 Handoff Package140141## Success Metrics142143- Architecture covers 100% of spec requirements144- Brand system complete (logo, colors, typography, voice)145- All technical components have implementation path146- Budget approved and within constraints147- Sprint plan is velocity-based and realistic148- Security architecture defined149- Compliance requirements integrated into architecture150151## Verify152153- The deliverable for this phase exists as a concrete artifact (doc, ticket, board, repo) and its location is shared, not described154- Each commitment has an owner name, a due date, and a definition-of-done that someone other than the author could check155- Risks are listed with likelihood/impact and a named mitigation, not as a generic 'risks: TBD' bullet156- Dependencies on other teams/vendors/agents are explicit; an ack from each dependency is recorded or marked 'pending'157- Success criteria for the next phase are numeric or otherwise objectively testable158- A rollback / kill-switch / 'we will stop if X' criterion is written down before work starts