From team-shinchan
Redirects orchestration requests to the unified /team-shinchan:start workflow. Executes the full integrated pipeline from setup through multi-stage analysis and code generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:orchestrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
If args is empty or only whitespace:
Ask user: "What task would you like to orchestrate?"
STOP and wait for user response
If args length > 2000 characters:
Truncate to 2000 characters
Warn user: "Request was truncated to 2000 characters"
This skill is fully merged into /team-shinchan:start. Execute the start skill with identical behavior.
Output immediately:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
👦 [Shinnosuke] Orchestrating your task~ 🎯
→ Redirecting to /start workflow...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Then execute the EXACT same steps as /team-shinchan:start:
Follow every step in skills/start/SKILL.md exactly. Do NOT invoke Shinnosuke directly for Stage 1.
User request: {args}
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.