Help us improve
Share bugs, ideas, or general feedback.
From team-shinchan
Orchestrates large-scale, multi-phase software projects by decomposing into phases, assigning specialist agents, tracking progress, and mitigating risks. For 3+ phases, 20+ files, multi-domain, or multi-session efforts.
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanHow this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:bigprojectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Output immediately before executing:**
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Output immediately before executing:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌸 [Himawari] Large-scale project mode engaged! 🚀
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
If args is empty or only whitespace:
Ask user: "What large-scale project would you like to tackle?"
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 for large projects meeting ANY of these criteria:
| Criteria | Threshold |
|---|---|
| Phases | 3+ phases |
| Files | 20+ files affected |
| Domains | 3+ domains (frontend + backend + infra) |
| Duration | Multi-session effort |
If the project doesn't meet these criteria, recommend using /team-shinchan:start instead.
Do not read further. Execute this Task NOW:
Task(
subagent_type="team-shinchan:himawari",
model="opus",
prompt=`/team-shinchan:bigproject has been invoked.
## Large-Scale Project Orchestration Request
Manage complex projects including:
| Responsibility | Actions |
|----------------|---------|
| Decomposition | Break into manageable phases |
| Dependencies | Identify cross-cutting concerns |
| Allocation | Assign right agents to tasks |
| Tracking | Monitor overall progress |
| Coordination | Manage specialist teams |
## Project Structure Requirements
1. **Scope Analysis**: Understand full project scope
2. **Phase Planning**: Create logical phases with dependencies
3. **Resource Mapping**: Assign specialists to each phase
4. **Risk Assessment**: Identify potential blockers
5. **Progress Tracking**: Set up monitoring
## Output Format
- Project overview and scope assessment
- Phased implementation plan
- Agent assignments per phase
- Risk mitigation strategy
- Success criteria per phase
User request: ${args || '(Please describe the large-scale project)'}
`
)
STOP HERE. The above Task handles everything.