mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
chore(workflow): sync backlog state and subagent coordination
Capture backlog task lifecycle updates, archive TASK-34, and add planning artifacts for recent config work. Update docs sweep scripts and AGENTS guidance to use sharded docs/subagents coordination metadata.
This commit is contained in:
27
docs/subagents/agents/TEMPLATE.md
Normal file
27
docs/subagents/agents/TEMPLATE.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Agent: <agent_id>
|
||||
|
||||
- alias: <short label>
|
||||
- mission: <one-line focus>
|
||||
- status: <planning|editing|testing|blocked|handoff|done>
|
||||
- branch: <name>
|
||||
- started_at: <UTC ISO>
|
||||
- heartbeat_minutes: <n>
|
||||
|
||||
## Current Work (newest first)
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] intent: ...
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] progress: ...
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] test: ...
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] handoff: ...
|
||||
|
||||
## Files Touched
|
||||
- `path/to/file`
|
||||
- `path/to/another`
|
||||
|
||||
## Assumptions
|
||||
- ...
|
||||
|
||||
## Open Questions / Blockers
|
||||
- ...
|
||||
|
||||
## Next Step
|
||||
- ...
|
||||
Reference in New Issue
Block a user