Agent skill

workflow

Skill orchestration - user commands vs auto-triggered

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/workflow

SKILL.md

Workflow Overview

User Commands (6)

┌─────────────────────────────────────────────────────────┐
│  "auto"          → Execute all tasks autonomously       │
│  "review"        → Code quality check on recent changes │
│  "brainstorm"    → Scan → propose → create stories      │
│  "test"          → npm test + browser tests on latest   │
│  "audit"         → Rate aspects → create stories        │
│  "status"        → Quick progress check                 │
└─────────────────────────────────────────────────────────┘

Aliases: "what next" = brainstorm

Auto-Triggered (Internal)

Trigger Action
Task complete verify runs automatically
Every 5 tasks checkpoint saves context
User says "ship" deploy runs
Artifacts pile up clean suggested

Analysis → Stories Flow

brainstorm / audit / what next
    ↓
Parallel scans (6 Haiku agents)
    ↓
Rate aspects / Present scenarios
    ↓
Auto-create stories for top issues
    ↓
User says "auto" → Execute

Task Lifecycle

TaskCreate (from brainstorm/audit)
    ↓
auto picks up task
    ↓
Implement → Typecheck → Build
    ↓
verify (auto) → Browser test if UX
    ↓
TaskUpdate: completed
    ↓
checkpoint (every 5) → Next task

Quick Reference

Want to... Say
Work through tasks auto
Check quality review
Don't know what's next brainstorm or what next
Run all tests test
Rate the app audit
See progress status

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results