From whetstone
Document solved problems for team reuse. Provides process knowledge for /ia-compound. Use when documenting a resolved issue, writing up lessons learned, capturing a post-mortem, adding to the knowledge base, or building searchable institutional knowledge after debugging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/whetstone:ia-compound-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single-file architecture -- one markdown file per problem in its symptom category directory (e.g., `docs/solutions/performance-issues/n-plus-one-briefs.md`), with YAML frontmatter for metadata.
Single-file architecture -- one markdown file per problem in its symptom category directory (e.g., docs/solutions/performance-issues/n-plus-one-briefs.md), with YAML frontmatter for metadata.
Follow the 7-step documentation capture process. For full details, see documentation-process.md.
docs/solutions/ for similar issues. If found, offer: new doc with cross-reference, update existing, or other.[sanitized-symptom]-[module]-[YYYYMMDD].mddocs/solutions/[category]/[filename].md using resolution-template.md.After successful documentation, present and WAIT for user response:
Solution documented
File created:
- docs/solutions/[category]/[filename].md
What's next?
1. Continue workflow (recommended)
2. Add to Required Reading - Promote to critical patterns
3. Link related issues - Connect to similar problems
4. Add to existing skill - Add to a learning skill
5. Create new skill - Extract into new learning skill
6. View documentation - See what was captured
7. Other
For detailed response handling, see documentation-process.md.
docs/solutions/[category]/[filename].md/ia-compound-refresh command -- reviews docs/solutions/ for stale learningsnpx claudepluginhub iliaal/whetstone --plugin whetstoneCapture solved problems as categorized documentation with YAML frontmatter for fast lookup
Captures solved problems as categorized documentation with YAML frontmatter for fast lookup in future sessions.
Coordinates subagents to document recently solved problems into searchable YAML-frontmatter Markdown files in docs/solutions/ while context is fresh.