From feature-dev-aidd
Generates consolidated ticket status summary and key artifact pointers. Use when checking current stage state or handoff readiness in AIDD workflows.
npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddThis skill is limited to using the following tools:
Follow `feature-dev-aidd:aidd-core` and `feature-dev-aidd:aidd-loop`.
Renders AgentOps workflow dashboard via /status, showing ratchet/task status, epics, learnings count, git state, recent activity, inbox, and session signals. Use for quick project overviews.
Displays status information via /Status command. Auto-activates on relevant status-related queries in conversations for quick project or session overviews.
Creates, updates, or scans date-prefixed request tickets under requests/ for task progress tracking, status updates, incomplete scans, and dashboards.
Share bugs, ideas, or general feedback.
Follow feature-dev-aidd:aidd-core and feature-dev-aidd:aidd-loop.
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/status.py --ticket <ticket> as the sole canonical status entrypoint; it may refresh index data internally when needed.python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/index_sync.py --ticket <ticket> only as a manual repair or debugging path when status.py cannot recover the index on its own.status.py, including active-ticket fallback behavior and derived AIDD:ACTIONS_LOG.python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/status.py--ticket <ticket> (falls back to active ticket when available).python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/index_sync.pystatus.py flow.--ticket <ticket> and current workspace index sources.status.py.AIDD:ACTIONS_LOG to the most recent *.actions.json under aidd/reports/actions/<ticket>/... (use rg if needed).