Stats
Actions
Tags
From sapling
Quickly enqueue a planning task in Sapling. Triggers on /sapling:plan <description>.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sapling:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enqueue a `plan`-type work item.
Enqueue a plan-type work item.
team <name> pair: pin a specific team. Resolve as in /sapling:enqueue.mcp__sapling__list_services and grab its id.mcp__sapling__enqueue_work:{
"type": "plan",
"title": "<short title derived from the description, max 80 chars>",
"description_markdown": "<the full description from the user>",
"service_id": <service id if known, otherwise omit>,
"team_id": <id if `team <name>` was passed>
}
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub cfarvidson/sapling --plugin sapling