Autonomously completes from requirements analysis to verification without user intervention. Used for "auto", "automatically", "autopilot" requests.
Scanned 2/10/2026
Install via CLI
openskills install seokan-jeong/team-shinchan---
name: team-shinchan:autopilot
description: Autonomously completes from requirements analysis to verification without user intervention. Used for "auto", "automatically", "autopilot" requests.
user-invocable: true
---
# EXECUTE IMMEDIATELY
**Do not read further. Execute this Task NOW:**
```typescript
Task(
subagent_type="team-shinchan:shinnosuke",
model="opus",
prompt=`/team-shinchan:autopilot has been invoked.
## Autonomous Execution Mode
Complete autonomously without user intervention:
1. Create WORKFLOW_STATE.yaml (stage: requirements)
2. Auto-analyze requirements with Misae
3. Create plan with Nene (REQUESTS.md, PROGRESS.md)
4. Distribute tasks to appropriate agents (Bo/Aichan/Bunta/Masao)
5. Action Kamen verification
6. Auto-fix issues when discovered
## Stage Rule Compliance
- requirements Stage: Only requirements gathering (no code modification)
- planning Stage: Only planning (no code modification)
- execution Stage: Implementation proceeds
- completion Stage: Documentation and verification
User request: ${args || '(Request content analysis needed)'}
`
)
```
**STOP HERE. The above Task handles everything.**
No comments yet. Be the first to comment!