Spectr Next Task Execution
Guardrails
- •Favor straightforward, minimal implementations first and add complexity only when it is requested or clearly required.
- •Keep changes tightly scoped to the requested outcome.
- •Refer to
spectr/AGENTS.mdandspectr/project.md(located inside thespectr/directory—runls spectr) for project and Spectr conventions or clarifications.
Steps
- •Discover the change proposal directory in
spectr/changes/. - •Parse
tasks.jsoncto find the first task withstatus: "pending". - •Execute the task based on its description.
- •Update the task status:
pending→in_progress→completed. - •Report progress and suggest next steps.
Reference
- •Read
spectr/changes/<id>/proposal.mdfor proposal details. - •Read
spectr/changes/<id>/tasks.jsoncfor task status and descriptions. - •Read
spectr/changes/<id>/specs/<capability>/spec.mdfor delta specs.