singularity-forge/docs/PLANS.md

25 lines
1.4 KiB
Markdown
Raw Normal View History

# Plans
Index of current and upcoming work. Detailed plans live in [`docs/exec-plans/`](./exec-plans/).
## Active
| Initiative | Purpose | ADR / Doc |
|-----------|---------|-----------|
| Repo-native harness evolution | Stage-by-stage wiring of the harness profiler, template kits, and evidence runner into autonomous dispatch | [ADR-018](./dev/ADR-018-repo-native-harness-evolution.md) |
| SF tools over MCP (Phase 1) | Expose workflow mutation tools over MCP so Claude Code and external providers can participate in autonomous execution | [ADR-008](./dev/ADR-008-sf-tools-over-mcp-for-provider-parity.md) |
| Notification event model | Implement structured source/kind/blocking metadata on all event paths, replacing fragile text matching | [design doc](./design-docs/notification-event-model.md) |
| repo-vcs skill | Landed — VCS context injection into system prompt; repo-vcs bundled skill for commit/push/safe-push | commit `a611cd579` |
## Upcoming
| Initiative | Depends on |
|-----------|-----------|
| Parallel milestone state locking (SQLite) | ADR-018 Phase 1 |
| ADR template + `just adr` / `just spec` generation recipes | — |
| Skill health dashboard (`/sf skill-health`) | Telemetry already wired |
| Go/Charm judge-calibration service | ADR-018 Phase 5 |
See [`exec-plans/active/`](./exec-plans/active/) for task-level breakdowns and
[`exec-plans/tech-debt-tracker.md`](./exec-plans/tech-debt-tracker.md) for known cleanup.