with one click
status
Assess current implementation state: pending tasks, active work, progress metrics, blockers, and next recommended batch. Provides Planning Petra's executive view.
Menu
Assess current implementation state: pending tasks, active work, progress metrics, blockers, and next recommended batch. Provides Planning Petra's executive view.
| name | status |
| description | Assess current implementation state: pending tasks, active work, progress metrics, blockers, and next recommended batch. Provides Planning Petra's executive view. |
| version | 1.0.0 |
| type | coordination |
| category | planning |
Initialize as Planning Petra to assess current implementation state and provide an executive summary of progress, tasks, and next steps.
Initialize as Planning Petra. Assess current implementation state:
Check repository state:
Review task queues:
work/collaboration/inbox/ (pending tasks)work/collaboration/assigned/ (in-progress tasks)work/collaboration/done/ (recently completed)Read planning documents (if present):
docs/architecture/roadmap-*.md (feature roadmaps)work/collaboration/NEXT_BATCH.md (current/next batch)work/planning/*.md (planning artifacts)Review recent activity:
work/reports/logs/ (last 2-3 days)docs/architecture/adrs/Provide executive summary:
Current Milestone/Phase:
Task Queue Overview:
Blockers or Decisions Needed:
Next Recommended Batch:
Overall Project Health:
ON TRACK | AT RISK | BLOCKED## Current State Assessment
**Date:** YYYY-MM-DD
**Branch:** <current-branch>
**Mode:** `/analysis-mode`
### Milestone Progress
**Current:** M2 Tool Integration - 75% complete
- Completed: 3/4 tasks (Batch 2.1, 2.2)
- In Progress: 1/4 tasks (Batch 2.3)
- Remaining: 0/4 tasks
**Next:** M3 Cost Optimization - 0% complete
### Task Queue
**Inbox (3 tasks):**
- 2 HIGH priority (backend-dev)
- 1 MEDIUM priority (writer-editor)
**Assigned (1 task):**
- backend-dev: GenericYAMLAdapter implementation (3h remaining)
**Done (recent, 5 tasks):**
- M2 Batch 2.1: Adapter base infrastructure (✅)
- M2 Batch 2.2: ClaudeCodeAdapter reference (✅)
### Blockers & Decisions
**None currently** ✅
OR
**Blocker 1:** Human approval needed for budget enforcement policy
- Impact: M3 Batch 3.2 cannot proceed
- Required by: 2026-02-08
- Recommended action: Schedule review meeting
### Next Recommended Batch
**M2 Batch 2.3: Generic YAML Adapter** (2 tasks, ~5h)
- Task 1: GenericYAMLAdapter implementation [HIGH] (3h)
- Task 2: ENV variable support [HIGH] (2h)
- Prerequisites: ✅ All satisfied (adapter base done)
- Ready to start: YES
### Overall Health
**Status:** 🟢 ON TRACK
**Rationale:**
- M1-M2 progressing 40% faster than estimated
- All quality gates passing (90%+ test coverage)
- No blocking issues
- Clear path forward to M3
**Recommended Actions:**
1. Execute M2 Batch 2.3 (via `/iterate`)
2. Schedule M3 planning session
3. Continue current velocity
Before starting work session:
User: /status
Agent: [Provides current state summary]
User: /iterate
Mid-session progress check:
User: /status
Agent: [Shows updated progress, tasks completed this session]
Decision point check:
User: /status
Agent: [Identifies blocker requiring human decision]
User: [Makes decision]
User: /iterate
/iterate - Execute next batch after reviewing statusagents/prompts/iteration-orchestration.md - Full workflow referenceagents/prompts/iteration-orchestration.md.github/agents/approaches/work-directory-orchestration.md.github/agents/directives/019_file_based_collaboration.mdExecute a complete iteration cycle: planning → batch execution → documentation → review setup. Follows file-based orchestration with TDD/ATDD, work logs, and quality gates.
Delegate task to specialist agent when expertise required: Initialize as specialist (Planning Petra, Backend Benny, Architect Alphonso, etc.) OR spawn sub-agent if available. Use when task requires specialized knowledge in agent's core focus area.
Test-first bug fixing: Write failing test that reproduces bug → Fix code → Test passes. Systematic, verifiable approach prevents regression and wastes no time on trial-and-error deployments.
Architect Alphonso conducts rigorous code review and architecture-fit analysis: ADR compliance, test coverage, architectural patterns, security. Outputs review document with APPROVED/REDIRECT/BLOCKED status.
Mid-execution self-monitoring checkpoint (Ralph Wiggum Loop): Detect warning signs (drift, confusion, gold-plating), course-correct before completion. Mandatory at 25% progress and before delegation.
Create functional specification for complex features: detailed requirements, user scenarios, constraints, acceptance criteria. Bridges strategic intent and implementation with MoSCoW prioritization and Given/When/Then scenarios.