Lukas May
736852376b
docs(15): create phase plans
...
Phase 15: Frontend Wireframes
- 3 plans in 1 wave (all parallel)
- Plan 01: Initiative Dashboard wireframe
- Plan 02: Initiative Detail wireframe (phase/task hierarchy)
- Plan 03: Agent Inbox wireframe (Q&A flow)
- Ready for execution
2026-02-02 14:54:23 +01:00
Lukas May
8d6e2e4607
docs(14): complete Parallel Phase Execution phase
2026-02-02 13:50:37 +01:00
Lukas May
aace6a3c11
docs(14-08): complete phase dispatch E2E tests plan
...
Tasks completed: 2/2
- Add phaseDispatchManager to TestHarness
- Create phase dispatch E2E tests
SUMMARY: .planning/phases/14-parallel-phase-execution/14-08-SUMMARY.md
2026-02-02 13:49:55 +01:00
Lukas May
491dcc5fec
docs(14-07): complete unit tests for phase dependencies and dispatch
...
Tasks completed: 2/2
- Add PhaseRepository dependency tests (createDependency, getDependencies, getDependents)
- Add DefaultPhaseDispatchManager tests (queuePhase, getNextDispatchablePhase, dispatchNextPhase, completePhase, blockPhase)
SUMMARY: .planning/phases/14-parallel-phase-execution/14-07-SUMMARY.md
2026-02-02 13:49:20 +01:00
Lukas May
96b585a2e0
docs(14-06): complete phase CLI commands plan
...
- Updated STATE.md with plan 6 progress and decisions
- Created 14-06-SUMMARY.md documenting plan completion
2026-02-02 13:45:12 +01:00
Lukas May
8bbd313488
docs(14-04): complete DefaultPhaseDispatchManager adapter plan
...
Tasks completed: 2/2
- Implement DefaultPhaseDispatchManager with in-memory queue
- Export DefaultPhaseDispatchManager from dispatch module
SUMMARY: .planning/phases/14-parallel-phase-execution/14-04-SUMMARY.md
2026-02-02 13:42:30 +01:00
Lukas May
ede1af3ba0
docs(14-05): complete tRPC Phase Procedures plan
...
Tasks completed: 2/2
- Add PhaseDispatchManager to tRPC context
- Add phase dependency and dispatch procedures
SUMMARY: .planning/phases/14-parallel-phase-execution/14-05-SUMMARY.md
2026-02-02 13:42:21 +01:00
Lukas May
772fbe6fd1
docs(14-03): complete PhaseDispatchManager Port Interface plan
...
Tasks completed: 2/2
- Define PhaseDispatchManager port interface
- Export phase dispatch types
SUMMARY: .planning/phases/14-parallel-phase-execution/14-03-SUMMARY.md
2026-02-02 13:37:38 +01:00
Lukas May
4aecd68c17
docs(14-02): complete phase domain events plan
...
Tasks completed: 2/2
- Add phase domain events to types.ts
- Export phase events from events module
SUMMARY: .planning/phases/14-parallel-phase-execution/14-02-SUMMARY.md
2026-02-02 13:35:03 +01:00
Lukas May
ee43fc8d8c
docs(14-01): complete phase dependencies schema plan
...
Tasks completed: 2/2
- Add phase_dependencies table to schema
- Add dependency methods to PhaseRepository
SUMMARY: .planning/phases/14-parallel-phase-execution/14-01-SUMMARY.md
2026-02-02 13:34:32 +01:00
Lukas May
7146c8f823
docs(14): update roadmap with phase 14 plan breakdown
2026-02-02 11:02:56 +01:00
Lukas May
4b454cadf3
docs(14): create phase plans for parallel phase execution
...
Phase 14: Parallel Phase Execution
- 8 plans in 5 waves
- 4 parallel in Wave 1, 3, 5
- Adds phase_dependencies schema (mirrors task_dependencies)
- PhaseDispatchManager port and adapter
- tRPC procedures and CLI commands
- Unit tests and E2E tests
2026-02-02 11:02:39 +01:00
Lukas May
dddd553450
docs: create milestone v1.3 Parallel Execution & UI Design (2 phases)
...
Phases:
- 14. Parallel Phase Execution: add phase dependencies, concurrent execution
- 15. Frontend Wireframes: markdown diagrams for UI screens
2026-02-02 10:59:29 +01:00
Lukas May
9f149f5f9b
chore: archive v1.2 milestone
...
- Added v1.2 entry to MILESTONES.md
- Created milestones/v1.2-ROADMAP.md archive
- Updated ROADMAP.md with archive link
- Evolved PROJECT.md with v1.2 validated requirements
- Updated STATE.md for next milestone planning
2026-02-02 10:46:41 +01:00
Lukas May
2dc51c74d3
docs(13-01): complete Real Claude CLI Integration Tests plan
...
Tasks completed: 3/3
- Create real Claude CLI integration test file
- Fix ClaudeAgentManager to parse structured_output
- Run real Claude tests and document findings
SUMMARY: .planning/phases/13-real-claude-e2e-tests/13-01-SUMMARY.md
Milestone v1.2 complete (21 plans, 4 phases)
2026-02-02 10:41:47 +01:00
Lukas May
6835dd45d5
docs(13): create phase plan for real Claude CLI integration tests
...
Phase 13: Real Claude E2E Tests
- 1 plan in 1 wave
- Validates JSON schemas with actual Claude CLI
- Fixes structured_output parsing in ClaudeAgentManager
- Tests skipped by default (expensive)
2026-02-02 10:31:45 +01:00
Lukas May
5de7cd5f04
docs(12-08): complete TestHarness helpers & decompose E2E tests plan
...
Tasks completed: 2/2
- Add TestHarness decompose mode helpers
- Add decompose mode E2E tests
Phase 12 complete (8/8 plans).
SUMMARY: .planning/phases/12-phase-task-decomposition/12-08-SUMMARY.md
2026-02-01 11:58:26 +01:00
Lukas May
7c9200d755
docs(12-07): complete Unit Tests for Decompose Mode & PlanRepository plan
...
- Add 5 MockAgentManager decompose mode tests
- Add 3 PlanRepository getNextNumber tests
- Update STATE.md with plan 7 completion
2026-02-01 11:56:52 +01:00
Lukas May
da5401e3cf
docs(12-06): complete Plan CLI Commands & Architect Decompose plan
...
- Add 12-06-SUMMARY.md documenting plan and architect CLI commands
- Update STATE.md position to plan 6/8 and 47 plans completed
2026-02-01 11:52:45 +01:00
Lukas May
0bb6d63bb7
docs(12-05): complete Decompose Prompts & Spawn Procedure plan
...
Tasks completed: 3/3
- Create buildDecomposePrompt function
- Export buildDecomposePrompt from agent index
- Add spawnArchitectDecompose tRPC procedure
SUMMARY: .planning/phases/12-phase-task-decomposition/12-05-SUMMARY.md
2026-02-01 11:51:25 +01:00
Lukas May
8844842fed
docs(12-04): complete Plan & Task tRPC procedures plan
...
Tasks completed: 3/3
- Add PlanRepository to tRPC context
- Add Plan tRPC procedures (CRUD)
- Add createTasksFromDecomposition procedure
SUMMARY: .planning/phases/12-phase-task-decomposition/12-04-SUMMARY.md
2026-02-01 11:48:21 +01:00
Lukas May
89ec64ab2e
docs(12-03): complete agent manager decompose mode plan
...
Tasks completed: 3/3
- Task 3: Extend AgentStoppedEvent reason type (dependency)
- Task 1: Update ClaudeAgentManager for decompose mode
- Task 2: Update MockAgentManager for decompose mode
SUMMARY: .planning/phases/12-phase-task-decomposition/12-03-SUMMARY.md
2026-02-01 11:45:55 +01:00
Lukas May
9d631e3970
docs(12-01): complete decompose mode schema plan
...
Tasks completed: 2/2
- Extend AgentMode with 'decompose'
- Create decompose output schema
SUMMARY: .planning/phases/12-phase-task-decomposition/12-01-SUMMARY.md
2026-02-01 11:37:08 +01:00
Lukas May
a1d13f10cd
docs(12-02): complete PlanRepository extensions plan
...
Tasks completed: 3/3
- Extend PlanRepository port interface
- Implement methods in DrizzlePlanRepository
- Export types from repositories index (already done)
SUMMARY: .planning/phases/12-phase-task-decomposition/12-02-SUMMARY.md
2026-02-01 11:34:20 +01:00
Lukas May
41f868294b
docs(12): create phase plan
...
Phase 12: Phase-Task Decomposition
- 8 plans in 4 waves
- 4 parallel, 4 sequential
- Ready for execution
2026-01-31 21:03:07 +01:00
Lukas May
ec9e6043a2
docs(11): complete architect agent phase
2026-01-31 19:30:40 +01:00
Lukas May
4230e171f5
docs(11-07): complete unit tests for modes and repositories
...
- All tasks completed with atomic commits
- Test count: 397 passing
2026-01-31 19:25:05 +01:00
Lukas May
28b8921735
docs(11-06): complete CLI commands plan
...
Add summary for initiative and architect CLI commands.
Update STATE.md with plan 6 completion.
2026-01-31 19:21:54 +01:00
Lukas May
8d90a55f45
docs(11-05): complete agent prompts plan
...
Tasks completed: 3/3
- Update spawnAgent to support mode
- Create comprehensive agent prompts module
- Add spawnArchitect tRPC procedures
SUMMARY: .planning/phases/11-architect-agent/11-05-SUMMARY.md
2026-01-31 19:18:28 +01:00
Lukas May
7abbfb4da1
docs(11-03): complete mode-aware agent spawning plan
...
Tasks completed: 3/3
- Update AgentRepository for mode field
- Update ClaudeAgentManager for mode-specific schemas
- Add mode to AgentStoppedEvent reasons (already done in 11-01)
SUMMARY: .planning/phases/11-architect-agent/11-03-SUMMARY.md
2026-01-31 19:13:50 +01:00
Lukas May
b17806aba2
docs(11-04): complete initiative & phase tRPC procedures plan
...
Tasks completed: 3/3
- Add repositories to tRPC context
- Add Initiative tRPC procedures
- Add Phase tRPC procedures
SUMMARY: .planning/phases/11-architect-agent/11-04-SUMMARY.md
2026-01-31 19:12:58 +01:00
Lukas May
00990de661
docs(11-01): complete agent mode schema extension plan
...
Tasks completed: 3/3
- Add AgentMode type and database column
- Create mode-specific output schemas
- Update MockAgentManager for mode support
SUMMARY: .planning/phases/11-architect-agent/11-01-SUMMARY.md
2026-01-31 19:09:37 +01:00
Lukas May
131a97e1c5
docs(11-02): complete Initiative & Phase Repositories plan
...
Tasks completed: 3/3
- Add findByStatus to InitiativeRepository
- Add findByNumber and getNextNumber to PhaseRepository
- Verify repository exports
SUMMARY: .planning/phases/11-architect-agent/11-02-SUMMARY.md
2026-01-31 19:06:55 +01:00
Lukas May
1942d98ebb
docs(11-01): expand schemas with prompt alignment
...
- Add Decision and PhaseBreakdown reusable types
- Add complete JSON schemas for Claude CLI --json-schema
- Add comments explaining prompt-schema contract
- Schemas match what prompts tell agent to output
2026-01-31 19:00:34 +01:00
Lukas May
93a939ea99
docs(11-05): add comprehensive agent prompts
...
- Add prompts.ts module with mode-specific agent prompts
- Discuss prompt includes question categories and output format
- Breakdown prompt includes phase design rules
- Execute prompt for standard worker agents
2026-01-31 18:59:19 +01:00
Lukas May
934373bf68
docs(11): create phase plan
...
Phase 11: Architect Agent
- 8 plans in 4 waves
- 6 parallel (Wave 1-2), 2 sequential (Wave 3-4)
- Ready for execution
2026-01-31 18:21:39 +01:00
Lukas May
8c93ce24c9
docs(10-04): complete E2E test updates plan
...
Tasks completed: 2/2
- Verified existing E2E tests use questions array format
- Added multi-question E2E test
Phase 10: Multi-Question Schema complete (4/4 plans)
SUMMARY: .planning/phases/10-multi-question-schema/10-04-SUMMARY.md
2026-01-31 18:09:27 +01:00
Lukas May
7c02b85974
docs(10-03): complete TestHarness & test updates plan
...
Tasks completed: 2/2
- Update TestHarness convenience methods
- Update all tests for questions array
SUMMARY: .planning/phases/10-multi-question-schema/10-03-SUMMARY.md
2026-01-31 18:06:30 +01:00
Lukas May
e1827865d9
docs(10-02): complete manager implementation plan
...
Tasks completed: 2/2
- Update ClaudeAgentManager for batched answers
- Update MockAgentManager for batched answers
SUMMARY: .planning/phases/10-multi-question-schema/10-02-SUMMARY.md
2026-01-31 18:04:28 +01:00
Lukas May
d3bdeda12a
docs(10-01): complete multi-question schema plan
...
Tasks completed: 3/3
- Update agent output schema to questions array
- Update PendingQuestion type to PendingQuestions
- Update AgentWaitingEvent payload
SUMMARY: .planning/phases/10-multi-question-schema/10-01-SUMMARY.md
2026-01-31 17:58:50 +01:00
Lukas May
9dd0e46060
docs(10): create phase plan
...
Phase 10: Multi-Question Schema
- 4 plans in 3 waves
- Wave 1: Schema & types (01)
- Wave 2: Manager implementations + unit tests (02, 03 parallel)
- Wave 3: E2E tests (04)
- Ready for execution
2026-01-31 17:51:18 +01:00
Lukas May
b3941e5431
docs: create milestone v1.2 Architect & Multi-Question (4 phases)
...
Phases:
- 10. multi-question-schema: Extend agent output schema to return multiple questions
- 11. architect-agent: Agent modes for concept refinement and phase breakdown
- 12. phase-task-decomposition: Agents break phases into tasks with questions
- 13. real-claude-e2e-tests: Verify flows with actual Claude CLI
2026-01-31 17:47:28 +01:00
Lukas May
aacfe53492
chore: complete v1.1 milestone
...
- Created MILESTONES.md with v1.0 and v1.1 entries
- Evolved PROJECT.md with validated requirements and current state
- Reorganized ROADMAP.md with collapsed v1.1 milestone
- Created milestone archive: milestones/v1.1-ROADMAP.md
- Updated STATE.md for next milestone planning
2026-01-31 16:31:57 +01:00
Lukas May
c6a4fb3cfe
docs(09-01): complete conflict & parallel E2E tests plan
...
Tasks completed: 2/2
- Conflict hand-back round-trip tests
- Multi-agent parallel completion tests
SUMMARY: .planning/phases/09-extended-scenarios/09-01-SUMMARY.md
2026-01-31 15:46:37 +01:00
Lukas May
cc405c6e2f
docs(09-02): complete recovery & resume E2E tests plan
...
Tasks completed: 2/2
- Create recovery/resume scenario tests
- Create extended agent Q&A scenario tests
SUMMARY: .planning/phases/09-extended-scenarios/09-02-SUMMARY.md
2026-01-31 15:46:17 +01:00
Lukas May
e318a92413
docs(08.1-02): complete MockAgentManager schema alignment plan
...
Tasks completed: 3/3
- Update MockAgentManager to use schema-aligned scenarios
- Update TestHarness setAgentScenario helper
- Update MockAgentManager tests
SUMMARY: .planning/phases/08.1-agent-output-schema/08.1-02-SUMMARY.md
2026-01-31 15:33:12 +01:00
Lukas May
ee0d6eae33
docs(08.1-01): complete agent output schema plan
...
Tasks completed: 3/3
- Define agent output schema with Zod
- Update ClaudeAgentManager to use schema and handle question flow
- Update AgentWaitingEvent to include structured question data
SUMMARY: .planning/phases/08.1-agent-output-schema/08.1-01-SUMMARY.md
2026-01-31 15:26:47 +01:00
Lukas May
3168b30185
docs(08.1, 09): insert agent output schema phase, update phase 9
...
Phase 8.1: Agent Output Schema (INSERTED)
- 2 plans in 2 waves (sequential)
- Defines discriminated union schema (done/question/error)
- Updates ClaudeAgentManager to use --json-schema flag
- Aligns MockAgentManager with new schema
Phase 9: Extended Scenarios (updated)
- 2 plans in 1 wave (parallel)
- Now depends on Phase 8.1
- Updated scenario format references
2026-01-31 15:19:14 +01:00
Lukas May
05f6f64fbe
docs(09): create phase plan
...
Phase 09: Extended Scenarios
- 2 plans in 1 wave
- 2 parallel, 0 sequential
- Ready for execution
2026-01-31 15:06:47 +01:00
Lukas May
5152f0baa4
docs(09): capture phase context
...
Phase 9: Extended Scenarios
- Vision and goals documented
- Four core scenarios: conflict hand-back, multi-agent, recovery, question/answer
- CI deferred - focus on test coverage
2026-01-31 09:45:13 +01:00