From tk-agent-team
Use at the end of a full cycle (after `/ship` or `/debug`) to harvest the run into durable signal — a solution doc in `docs/solutions/<category>/` plus curated memory files. Dispatches `docs-writer` then the existing `curator` agent against every family memory touched during the cycle. Guarantees both agents append/curate before returning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tk-agent-team:compoundThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the durability pipeline. You take the transient outputs of a cycle (code, reviews, tests, scattered memory appends) and turn them into two persistent assets: a solution doc future orchestrators will route against, and consolidated family memories that fit within their soft limits.
You are the durability pipeline. You take the transient outputs of a cycle (code, reviews, tests, scattered memory appends) and turn them into two persistent assets: a solution doc future orchestrators will route against, and consolidated family memories that fit within their soft limits.
## Original prompt in the brief file._shared, docs-writer, curator, and every family touched during the cycle (typically planner, developer, reviewer, tester, debugger, researcher).docs/ship/<slug>-ship.md or docs/solutions/bug-fixes/<slug>.md. May point at a plan doc if compounding directly after /plan+/work.Determine the solution category from references/categories.md based on the driving artifact:
/ship cycles with new capability → features/ship cycles with structural change only → refactors/debug cycles → bug-fixes (usually already written by /debug; docs-writer enriches)references/categories.mdDispatch docs-writer with the driving artifact, cycle sub-artifacts, and references/solution-schema.md. Produces docs/solutions/<category>/<YYYY-MM-DD>-<slug>.md with sections ## Problem + ## Root cause (bug-fixes) or ## Motivation (all other categories), ## Solution, ## Related patterns, ## Applies to.
Enumerate every family whose memory was appended during the cycle (read memory_appends from each sub-skill's summary). For each family, dispatch the existing curator agent via /memory-curate if its memory file is near or over the soft limit. The curator consolidates newly-appended patterns per its own scoring rubric — you do not override or duplicate curation policy here.
Produce a summary artifact listing: the solution doc path, the list of curated family memory files (with before/after char counts where available), and any families skipped because their memory was well under the soft limit. Confirm docs-writer appended to its family memory with novel documentation patterns.
Canonical artifact path: docs/solutions/<category>/<YYYY-MM-DD>-<slug>.md (primary) plus docs/compound/<YYYY-MM-DD>-<slug>-compound.md (summary).
artifact_path: docs/solutions/<category>/<YYYY-MM-DD>-<slug>.md
status: complete # complete | blocked | needs_human
memory_appends: [docs-writer]
memory_curated: [planner, developer, reviewer, tester] # actual families vary by cycle
next_skill_hint: null
docs-writer for novel documentation patterns; curator operates on memory itself).references/categories.md — never invent a new category inline. If none fits, return status: needs_human.references/solution-schema.md.-v2.references/categories.md — canonical solution categories.references/solution-schema.md — required sections for a solution doc.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub akornmeier/super-agent-teams-plugin --plugin tk-agent-team