From feature-dev-aidd
Manages shared flow/state runtime for active stages, progress/tasklists, and stage-result lifecycles. Use for canonical orchestration commands like set_active_stage or stage_result.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-dev-aidd:aidd-flow-stateinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- This skill owns shared flow/state runtime entrypoints.
references/progress-tasklist.mdreferences/stage-lifecycle.mdruntime/prd_check.pyruntime/progress.pyruntime/progress_cli.pyruntime/set_active_feature.pyruntime/set_active_stage.pyruntime/stage_result.pyruntime/status_summary.pyruntime/tasklist_check.pyruntime/tasklist_check_parts/__init__.pyruntime/tasklist_check_parts/core.pyruntime/tasklist_normalize.pyruntime/tasklist_validate.pyruntime/tasks_derive.pyruntime/tasks_derive_parts/__init__.pyruntime/tasks_derive_parts/core.pyfeature-dev-aidd:aidd-docio and feature-dev-aidd:aidd-loop.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/set_active_feature.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/set_active_stage.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/prd_check.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/progress.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/progress_cli.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/tasklist_check.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/tasks_derive.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/stage_result.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/status_summary.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/set_active_stage.py--stage is accepted) and optional ticket/feature context.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/stage_result.pyaidd.stage_result.v1 artifact under aidd/reports/loops/<ticket>/<scope_key>/.skills/aidd-flow-state/runtime/*.skills/aidd-flow-state/runtime/* as canonical command paths.npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddDrives a config-driven state machine for dev workflows: reads state.md, executes stages inline or via subagents, transitions via update-status.sh. Requires an existing state.md bootstrap.
Checkpoints and resumes workflow state across sessions. Saves current phase, task progress, and artifacts for later resumption via /checkpoint or /rehydrate commands.