manage-workflowlisted
Install: claude install-skill Dankosik/go-service-template-rest
# Manage Workflow
Reconstruct the accepted outcome, authorization, repository state, and active
task artifacts. A direct `change`, `build`, or `fix` reads
[Implementation](../../../docs/spec-first-workflow/phases/implementation-validation-closeout.md)
before editing. Read the [workflow router](../../../docs/spec-first-workflow.md)
when the path or next owner is open or the route is structured/orchestrated.
Select one current owner and read only its instruction:
- raw or interpretation-sensitive input: [Intake](../../../docs/spec-first-workflow/phases/intake.md)
- decision-changing evidence: [Research](../../../docs/spec-first-workflow/phases/research.md)
- behavior and invariants: [Specification](../../../docs/spec-first-workflow/phases/specification.md)
- runtime, contracts, data, failure, or rollout: [System Design](../../../docs/spec-first-workflow/phases/system-integration-design.md)
- Go placement and dependencies: [Go Ownership](../../../docs/spec-first-workflow/phases/go-code-ownership-design.md)
- non-obvious proof: [Test Design](../../../docs/spec-first-workflow/phases/test-design.md)
- execution order and owners: [Planning](../../../docs/spec-first-workflow/phases/planning.md)
- authorized change and proof: [Implementation](../../../docs/spec-first-workflow/phases/implementation-validation-closeout.md)
Load the [Artifact Model](../../../docs/spec-first-workflow/shared/artifact-model.md)
only for persistence or resume, [Subagents and Handoff](../../../docs/spec-f