lightweight-task-workflow

FOLLOW THE STATE MACHINE IN SKILL.MD. When user says 'continue': (1) FIRST: Run pwd, (2) Announce STATE: CHECK_STATUS, (3) Read .claude/session.md to check Status field, (4) Route based on Status. NEVER auto-advance tasks. NEVER use TodoWrite. NEVER create git commits.

$ Installer

git clone https://github.com/audunstrand/status-app /tmp/status-app && cp -r /tmp/status-app/.github/skills/task-workflow ~/.claude/skills/status-app

// tip: Run this command in your terminal to install the skill