985 B
985 B
Session Start Workflow
Purpose
Start each implementation session with correct scope, context, and task state before editing files.
Inputs
- Current priority task from Archon.
- Governance docs in
docs/00-governance/.
Steps
- Open and read in order:
docs/00-governance/executive_summary.mddocs/00-governance/current_status.mddocs/00-governance/active_work.mddocs/00-governance/architecture.mddocs/00-governance/roadmap.md
- Pull current task details from Archon and confirm acceptance criteria.
- Confirm allowed file scope from task spec and
.kilocode/rules/file_boundaries.md. - Move task status in Archon from
todotodoing. - Capture a short execution plan (3-6 bullets) tied to acceptance criteria.
- Begin implementation with minimum-diff edits only in scoped files.
Exit Criteria
- Task is set to
doing. - Scope boundaries are explicitly confirmed.
- Work plan exists and maps to task acceptance criteria.