Agent skill
status
Generates consolidated ticket status summary and key artifact pointers. Use when checking current stage state or handoff readiness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/status-grinrus-ai-driven-dev
SKILL.md
Follow feature-dev-aidd:aidd-core and feature-dev-aidd:aidd-loop.
Steps
- Run
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/status.py --ticket <ticket>for the canonical stage entrypoint. - If index data is missing or stale, run
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/index_sync.py --ticket <ticket>. - Return the output contract and the status summary.
Command contracts
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/status.py
- When to run: canonical status command for read-only ticket summary.
- Inputs: optional
--ticket <ticket>(falls back to active ticket when available). - Outputs: consolidated stage/status snapshot and artifact pointers.
- Failure mode: non-zero exit when ticket resolution or index/report reads fail.
- Next action: refresh index or fix missing ticket context, then rerun status runtime.
Notes
- Loop stage: set
AIDD:ACTIONS_LOGto the most recent*.actions.jsonunderaidd/reports/actions/<ticket>/...(usergif needed).
Additional resources
- Runtime implementation: runtime/status.py (when: status aggregation behavior needs debugging; why: verify ticket resolution and output fields).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?