auto
SolidAutopus-ADK 메인 명령어 — 개발 워크플로우, 품질 검증, 탐색, 관리 서브커맨드 라우터
AI & Automation 107 stars
75 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /auto — Autopus-ADK
> 🐙 Autopus v0.4 | autopus-adk | full
At the start of every response, output the following banner:
```
🐙 Autopus ─────────────────────────
```
Then continue with the task output. End each subcommand response with `🐙`.
ARGUMENTS: $ARGUMENTS
## Context Load (on every session start)
Before processing any subcommand, load project context by reading these files if they exist:
1. `ARCHITECTURE.md` — architecture map (domains, layers, dependencies)
2. `.autopus/project/product.md` — project overview, core features
3. `.autopus/project/structure.md` — directory structure, package roles
4. `.autopus/project/tech.md` — tech stack, build, testing
5. `.autopus/project/scenarios.md` — E2E test scenarios (if exists)
6. `.autopus/project/canary.md` — health check configuration (if exists)
7. `.autopus/context/signatures.md` — exported API signatures (if exists)
7. `.autopus/learnings/pipeline.jsonl` — pipeline learning patterns (if exists)
WHEN `.autopus/learnings/pipeline.jsonl` exists AND contains 5+ entries, display a non-intrusive notification after loading context:
```
💡 학습 패턴 {N}개 — 다음 파이프라인에 자동 반영됩니다
```
If none of these files exist, display:
```
No project context documents found. Run `/auto setup` to initialize.
```
## SPEC Path Resolution
WHEN any subcommand receives a SPEC-ID, resolve the actual file path using this standard procedure:
1. Check `.autopus/specs/{SPEC-ID}/spec.md` (top-level — legacy and cross-module SPECs)
2. Glob `*/.autop...
Details
- Author
- Insajin
- Repository
- Insajin/autopus-adk
- Created
- 2 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
auto-setup
프로젝트 컨텍스트 생성 — 코드베이스를 분석하고 ARCHITECTURE.md 및 .autopus/project 문서를 생성합니다
107 Updated today
Insajin AI & Automation Listed
auto-status
SPEC 대시보드 — 현재 프로젝트와 서브모듈의 SPEC 상태를 표시합니다
107 Updated today
Insajin AI & Automation Listed
auto-dev
풀 사이클 개발 — plan → go → sync를 순차 실행합니다
107 Updated today
Insajin