Refresh agent instruction files

This commit is contained in:
2026-05-18 16:55:46 +02:00
parent f3685c412d
commit 2a898b0589
10 changed files with 375 additions and 87 deletions

View File

@@ -1,9 +1,28 @@
# Workplan Convention
## Workplan Convention (ADR-001)
Workplans live at `workplans/<id>-<slug>.md`.
File location: `workplans/markitect-tool-WP-NNNN-<slug>.md`
ID prefix: `MARKITECT-WP`
Use IDs with the `MKTT-WP-` prefix for this repository. Embedded tasks use
`MKTT-WP-XXXX-TNNN`.
Work items originate as files in this repo **before** being registered in the hub.
Each workplan should trace back to the PRD/FRS and indicate what is migrated,
reimplemented, deferred, or explicitly out of scope.
Canonical workplan/workstream frontmatter statuses are:
`proposed`, `ready`, `active`, `blocked`, `backlog`, `finished`, `archived`.
Use `proposed` for a newly drafted plan, `ready` after review against current
repo state, and `finished` when implementation is complete. `stalled` and
`needs_review` are derived health labels, not stored statuses.
Closed workplans may be moved to `workplans/archived/` with a completion-date
prefix: `YYMMDD-markitect-tool-WP-NNNN-<slug>.md`. The frontmatter id remains
unchanged; the prefix is only for quick visual reference.
Small opportunistic tasks discovered during another session use **Ad Hoc Tasks**:
`workplans/ADHOC-YYYY-MM-DD.md`, workstream slug `adhoc-YYYY-MM-DD`, and task ids
`ADHOC-YYYY-MM-DD-T01`, `T02`, etc. Use adhocs only for low-risk work completed
directly. Promote anything requiring analysis, design, approval, dependencies, or
multiple planned phases into a normal workplan.
Ecosystem todos from other agents arrive as `[repo:markitect-tool]` hub tasks —
visible at session start. Pick one up by creating the workplan file, then registering
the workstream.
<!-- Ralph Loop rules and HEUREKA sequence: ~/.claude/CLAUDE.md — do not duplicate here -->