Status
Skill azadmotala/claude-code-team-builder/examples/saas-dashboard/.claude/skills/status
A claude code skill that generates a complete AI development team — agents, skills, routing rules, and project context — for any software project.
npx -y skills add azadmotala/claude-code-team-builder --skill statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Show current project state for TenantFlow. Reports what's done, in progress, blocked, failed, and next. Run any time to see where the project stands.
SKILL.md
1.0 KB, as published. Nobody here has run it
Status
Reports project state for TenantFlow.
Workflow
- Read state — load
tasks.jsonandorchestrator_state.json - Categorize tasks:
- ✅ Done — completed and validated
- 🔄 In progress — currently assigned
- 🚫 Blocked — dependencies not met
- ⏳ Pending — ready but not started
- 🔴 Failed — exceeded retry limit
- Show milestone progress — percentage complete per milestone
- Show recent activity — last 5 entries from
progress.log - Show next action — what the orchestrator will do next
- Show failures — any tasks that failed with attempt count and reason
Output format
Print to console. Group by milestone. Show counts at the top: Done: X | In Progress: X | Blocked: X | Pending: X | Failed: X