Team-Shinchan Help
Commands
| Command |
Description |
/team-shinchan:start |
Start a new task — requirements, planning, execution, review all handled |
/team-shinchan:resume |
Resume an interrupted workflow from where it left off |
/team-shinchan:autopilot |
Autonomous execution from idea to working code |
/team-shinchan:review |
Code review with Action Kamen |
/team-shinchan:version |
Show current/published version and changelog diff |
/team-shinchan:help |
This guide |
Quick Start
/team-shinchan:start Add user authentication
Shinnosuke orchestrates 15 agents through 4 stages:
- Requirements — Nene interviews you, Misae checks risks
- Planning — Nene creates phased plan with acceptance criteria
- Execution — Bo/Aichan/Bunta/Masao implement, Action Kamen reviews each phase
- Completion — Documentation, retrospective, final verification
What Happens Automatically
- Project Ontology — knowledge graph auto-built on first session, updated incrementally
- Workflow Guard — blocks code edits during planning, enforces stage transitions
- Security Hook — blocks secrets, destructive git, sensitive files
- Budget Guard — token budget with 80%/100% alerts
- Agent Narration — Shinnosuke announces every delegation and result
- Session Wrap — auto-summary on session end
15 Agents
| Layer |
Agents |
| Orchestration |
Shinnosuke (conductor), Himawari (large projects), Midori (debates) |
| Execution |
Bo (code), Kazama (deep work) |
| Specialists |
Aichan (frontend), Bunta (backend), Masao (devops) |
| Advisors |
Hiroshi (architecture), Nene (planning), Misae (requirements), Action Kamen (review) |
| Utility |
Shiro (explorer), Masumi (docs), Ume (vision) |
All agents are invoked automatically by Shinnosuke. You just describe your task.
Keyword Map
Use these trigger words to reach the right skill quickly. Korean equivalents are listed alongside each entry.
| Trigger (EN) |
Trigger (KO) |
Skill |
| fix, debug, error |
버그, 디버그 |
systematic-debugging |
| plan, design |
계획, 설계 |
plan |
| implement, add, feature |
구현, 추가 |
implement |
| review, check |
리뷰, 검토 |
review |
| test |
테스트 |
test-driven-development |
| release |
릴리스 |
release |
| version |
버전 |
version |
| analyze, understand |
분석, 이해 |
analyze |
Mappings in arrow notation:
- fix / debug / error / 버그 / 디버그 →
systematic-debugging
- plan / design / 계획 / 설계 →
plan
- implement / add / feature / 구현 / 추가 →
implement
- review / check / 리뷰 / 검토 →
review
- test / 테스트 →
test-driven-development
- release / 릴리스 →
release
- version / 버전 →
version
- analyze / understand / 분석 / 이해 →
analyze
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: team-shinchanhelp3description: Use when you need guidance on Team-Shinchan agents, skills, or memory system.4---56# Team-Shinchan Help78## Commands910| Command | Description |11|---------|-------------|12| `/team-shinchan:start` | Start a new task — requirements, planning, execution, review all handled |13| `/team-shinchan:resume` | Resume an interrupted workflow from where it left off |14| `/team-shinchan:autopilot` | Autonomous execution from idea to working code |15| `/team-shinchan:review` | Code review with Action Kamen |16| `/team-shinchan:version` | Show current/published version and changelog diff |17| `/team-shinchan:help` | This guide |1819## Quick Start2021```22/team-shinchan:start Add user authentication23```2425Shinnosuke orchestrates 15 agents through 4 stages:26271. **Requirements** — Nene interviews you, Misae checks risks282. **Planning** — Nene creates phased plan with acceptance criteria293. **Execution** — Bo/Aichan/Bunta/Masao implement, Action Kamen reviews each phase304. **Completion** — Documentation, retrospective, final verification3132## What Happens Automatically3334- **Project Ontology** — knowledge graph auto-built on first session, updated incrementally35- **Workflow Guard** — blocks code edits during planning, enforces stage transitions36- **Security Hook** — blocks secrets, destructive git, sensitive files37- **Budget Guard** — token budget with 80%/100% alerts38- **Agent Narration** — Shinnosuke announces every delegation and result39- **Session Wrap** — auto-summary on session end4041## 15 Agents4243| Layer | Agents |44|-------|--------|45| Orchestration | Shinnosuke (conductor), Himawari (large projects), Midori (debates) |46| Execution | Bo (code), Kazama (deep work) |47| Specialists | Aichan (frontend), Bunta (backend), Masao (devops) |48| Advisors | Hiroshi (architecture), Nene (planning), Misae (requirements), Action Kamen (review) |49| Utility | Shiro (explorer), Masumi (docs), Ume (vision) |5051All agents are invoked automatically by Shinnosuke. You just describe your task.5253## Keyword Map5455Use these trigger words to reach the right skill quickly. Korean equivalents are listed alongside each entry.5657| Trigger (EN) | Trigger (KO) | Skill |58|-------------|-------------|-------|59| fix, debug, error | 버그, 디버그 | `systematic-debugging` |60| plan, design | 계획, 설계 | `plan` |61| implement, add, feature | 구현, 추가 | `implement` |62| review, check | 리뷰, 검토 | `review` |63| test | 테스트 | `test-driven-development` |64| release | 릴리스 | `release` |65| version | 버전 | `version` |66| analyze, understand | 분석, 이해 | `analyze` |6768Mappings in arrow notation:6970- fix / debug / error / 버그 / 디버그 → `systematic-debugging`71- plan / design / 계획 / 설계 → `plan`72- implement / add / feature / 구현 / 추가 → `implement`73- review / check / 리뷰 / 검토 → `review`74- test / 테스트 → `test-driven-development`75- release / 릴리스 → `release`76- version / 버전 → `version`77- analyze / understand / 분석 / 이해 → `analyze`7879---80> Converted and distributed by [TomeVault](https://tomevault.io/claim/seokan-jeong) — claim your Tome and manage your conversions.81<!-- tomevault:4.0:skill_md:2026-04-12 -->