commandby nicobailon

Dev Status

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command nicobailon/dev-status

Installs to .claude/commands/dev-status.md

## Check Development Status

Show current development session progress and continue.

### Instructions:

1. Read `dev-sessions/.current-session`

2. If no active session:
   - Show message: "No active development session"
   - Suggest `/dev-start [description]` or `/dev-list`
   - Exit

3. If active session exists:
   - Read metadata.json for current phase and progress
   - Show formatted status
   - Load appropriate question/answer files
   - Continue from last unanswered question

### Status Display Format:
```
šŸ“‹ Active Session: [name]
Started: [time ago]
Phase: [Discovery/Expert/Complete]
Progress: [X/Y] questions answered

[Show last 3 answered questions with responses]

Next Question:
[Show next unanswered question with default]
```

### Continuation Flow:

1. Determine current phase from metadata
2. Check which questions have been answered
3. If in questioning phase:
   - Read next unanswered question from file
   - Present to user with default
   - Accept yes/no/idk response
   - Update answer file
   - Update metadata progress
   - Move to next question or phase

### Phase Transitions:

- Discovery complete → Run autonomous context gathering → Generate expert questions
- Expert complete → Update status to complete → Suggest `/dev-generate-prd`

### Error Handling:

- If metadata.json is corrupted, attempt recovery from files
- If question files are missing, regenerate based on phase
- Always maintain data integrity

Quick Install

$npx ai-builder add command nicobailon/dev-status

Details

Type
command
Slug
nicobailon/dev-status
Created
6d ago