feat: add writing-skills skill, clarify subagent dependency#4
Open
feat: add writing-skills skill, clarify subagent dependency#4
Conversation
Incorporates the writing-skills skill (TDD applied to process documentation) adapted from https://github.com/obra/superpowers/tree/main/skills/writing-skills Files: - SKILL.md - Main skill with TDD mapping, CSO, bulletproofing guidance - anthropic-best-practices.md - Anthropic's official skill authoring guide - persuasion-principles.md - Psychology research for skill design - testing-skills-with-subagents.md - Pressure testing methodology - graphviz-conventions.dot - Graphviz style guide for flowcharts - render-graphs.js - Script to render flowcharts to SVG - examples/CLAUDE_MD_TESTING.md - Worked example of testing doc variants Adaptations from upstream: - superpowers:name -> /skill:name cross-references - TodoWrite -> plan_tracker - Agent-neutral language (no Claude Code-specific refs) Also updates README.md: - Added writing-skills to skills table - Updated Subagent Dispatch section to document that subagent tools are not included; points to pi's example extension or manual dispatch
- Move subagent info to prominent 'Optional: Subagent Tool' section right after Install, before the skills table - Mark subagent-dependent skills with 🤖 in the table - Explain that skills work as process guides without a subagent tool - Remove duplicate subagent section from lower in README - Bump version 0.1.1 -> 0.2.0 (new writing-skills skill)
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Incorporates the writing-skills skill from obra/superpowers — TDD applied to process documentation.
Changes
New:
writing-skillsskill (7 files)Adapted from upstream:
superpowers:name→/skill:namecross-referencesTodoWrite→plan_trackerREADME improvements
Version bump
0.1.1 → 0.2.0
Tests
All 53 tests pass (34 plan-tracker + 19 skill validation).