Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/md3step:mdplan path/to/1_research.mdpath/to/1_research.mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**TERSE MODE:** Minimal output. Bullet points. Technical language.
TERSE MODE: Minimal output. Bullet points. Technical language.
IMMEDIATE EXIT if no argument:
$ARGUMENTS is empty/missing: output "❌ Error: Path to 1_research.md required. Usage: /mdplan <path/to/1_research.md>" and STOP immediately.$ARGUMENTS - Abort if not found: "❌ Error: Research file not found at $ARGUMENTS"2_plan.md in same directory:
# Implementation Plan: [Topic] with Overview# Open Questions at the TOP of document (above title) - write this section LAST with full contextAll content terse. Each step atomic. Clear verification criteria.
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 emilmachine/skillhub --plugin md3step