Add /roundup cross-project status command
Fans out a read-only reader per repo over AGENTS.md/ROADMAP.md, folds in the standards inbox, and synthesizes one priority-grouped to-do list across all projects (including untriaged inbox items and proposed new projects). Reads and reports only — prioritizing across projects stays with the user.
This commit is contained in:
@@ -17,7 +17,7 @@ The global layer lives here and is wired into `~/.claude` by **directory symlink
|
||||
file added under `adapters/` is live immediately — no per-file linking:
|
||||
|
||||
- `~/.claude/commands` → `adapters/claude/commands/` — global slash commands (`/retrofit`,
|
||||
`/handoff`, `/full-eval`, `/capture`, `/triage`).
|
||||
`/handoff`, `/full-eval`, `/capture`, `/triage`, `/roundup`).
|
||||
- `~/.claude/agents` → `adapters/claude/agents/` — global subagents (reviewer, evaluator,
|
||||
security-auditor, doc-auditor, exerciser, researcher, janitor, portability-checker,
|
||||
start9-spec-checker).
|
||||
@@ -88,9 +88,13 @@ should carry this so any vendor's agent surfaces pending items at session start:
|
||||
these wait for the new-repo bootstrap and are never triaged into an existing repo.
|
||||
- The git-tracking standard ("What git tracks") is now in `portability.md`, and this repo's
|
||||
`.gitignore` follows it.
|
||||
- Specced in `ROADMAP.md`, not built: `roundup` (next up), the `new-project` bootstrap, the
|
||||
cross-repo quality-gate standard (linters/hooks/CI), and the optional SessionStart hook.
|
||||
- `/roundup` is built: a cross-project status report that reads every repo's
|
||||
AGENTS.md/ROADMAP.md plus the inbox and groups all to-dos by priority — reads and reports
|
||||
only; deciding focus stays with the user.
|
||||
- Specced in `ROADMAP.md`, not built: the `new-project` bootstrap, the cross-repo
|
||||
quality-gate standard (linters/hooks/CI), and the optional SessionStart hook.
|
||||
- The portable inbox-check line is still not in *other* repos' AGENTS.md nor the retrofit
|
||||
playbook template — threading it (and the canonical `.gitignore`) into bootstrapping is a
|
||||
ROADMAP item.
|
||||
- Next: build `roundup`, then thread the standards into `retrofit-playbook.md`.
|
||||
- Next: thread the standards into `retrofit-playbook.md`; then build the quality-gate hook
|
||||
or the `new-project` bootstrap.
|
||||
|
||||
Reference in New Issue
Block a user