Add reflected memory and update decompose/orchestrate skills

Adds decisions and process-lessons from recent reflections.
Updates decompose and orchestrate SKILL.md with operational improvements.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-03-29 09:38:02 +13:00
parent ec36f05e86
commit e03b00843a
7 changed files with 100 additions and 1 deletions

View File

@@ -11,6 +11,11 @@
- **Broad `Bash(git *)` is acceptable when justified:** orchestrate skill needs worktree/branch/merge/checkout — listing 6+ specific subcommands is worse than the broad pattern with a validator warning
- **Skills that launch containers need careful entrypoint handling:** Use `--entrypoint uid-wrapper.sh` when running `claude --print` in agent containers — the default entrypoint expects AGENT_PAYLOAD
## Topic Files
- [Process Lessons](memory/process-lessons.md) — Container agent workflow patterns, skill development rules
- [Decisions](memory/decisions.md) — Task orchestration architecture decisions, harness design rationale
## Task Orchestration Skills (2026-03-24)
Added `/decompose` and `/orchestrate` for parallel container agent work: