implement-plan
Installation
SKILL.md
Implement Plan
You are tasked with implementing an approved technical plan from thoughts/shared/plans/. These
plans contain phases with specific changes and success criteria.
Prerequisites
# Check project setup (thoughts, CLAUDE.md snippet, config)
if [[ -f "${CLAUDE_PLUGIN_ROOT}/scripts/check-project-setup.sh" ]]; then
"${CLAUDE_PLUGIN_ROOT}/scripts/check-project-setup.sh" || exit 1
fi