compound

Featured

Document what you learned during this sprint. Reads artifacts, writes structured solutions to know-how/solutions/. Run after /ship or after fixing a significant bug. Triggers on /compound.

Code & Development 206 stars 15 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
77
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /compound - Knowledge Compounding After a sprint or a significant fix, extract what you learned into structured, searchable documents. Next time the agent plans or reviews, it finds these automatically. ## Telemetry preamble Defensive telemetry init. No-op if telemetry is disabled via `NANOSTACK_NO_TELEMETRY=1`, `~/.nanostack/.telemetry-disabled`, or if the helpers are removed. ```bash _P="$HOME/.claude/skills/nanostack/bin/lib/skill-preamble.sh" [ -f "$_P" ] && . "$_P" compound unset _P ``` ## When to run - After `/ship` completes a sprint - After fixing a bug that took significant investigation - After making an architecture decision worth remembering - After discovering a pattern that should be reused ## Process ### 1. Read the sprint artifacts Resolve all sprint phase artifacts in one call: ```bash ~/.claude/skills/nanostack/bin/resolve.sh compound ``` The output is JSON with `upstream_artifacts` containing paths for think, plan, review, security, qa, and ship artifacts (only those that exist within the last 2 days). Read what's available. Focus on: - `/review` findings that were fixed (these are bugs worth documenting) - `/security` findings that were resolved (these are patterns worth remembering) - `/think` scope decisions (these are decisions worth recording) - `/qa` failures that were debugged (these are bugs with investigation trails) **Report-only ship check.** Read the ship artifact's `run_mode`. If it is `"report_only"`, `/ship` only previewed the d...

Details

Author
garagon
Repository
garagon/nanostack
Created
5 months ago
Last Updated
yesterday
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category