From progress-tracker
This skill should be used when feature complexity is simple (score 0-15) and the coordinator delegates low-risk tasks such as single-file changes, clear requirements, and limited test steps. Executes direct TDD with haiku and updates workflow and AI metrics.
npx claudepluginhub siuninyue/siunin-plugins --plugin progress-trackerThis skill uses the workspace's default tool permissions.
Execute low-complexity features quickly with a direct TDD flow.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Execute low-complexity features quickly with a direct TDD flow.
feature_idfeature_nametest_stepscomplexity_score (0-15)workflow_state.phase = execution_completeselected_model = haikuRead:
docs/progress-tracker/state/progress.jsonWrite:
docs/progress-tracker/state/progress.json via progress_manager.pyCRITICAL: All plugins/progress-tracker/prog commands MUST be executed from the project root directory.
If not already in the project root, first run:
cd <project-root>
The prog tool uses relative paths and requires being in the correct project directory to resolve files correctly.
simple.test-driven-development:Skill("test-driven-development", args="<feature_name>: <one_line_description>")
Skill("requesting-code-review", args="Review simple feature implementation: <feature_name>")
Skill("verification-before-completion", args="Verify tests and acceptance evidence for <feature_name>")
plugins/progress-tracker/prog set-workflow-state \
--phase "execution_complete" \
--next-action "verify_and_complete"
plugins/progress-tracker/prog set-feature-ai-metrics <feature_id> \
--complexity-score <score> \
--selected-model haiku \
--workflow-path direct_tdd
/prog done.plugins/progress-tracker/prog set-workflow-state ...plugins/progress-tracker/prog set-feature-ai-metrics ...