| name | bottlenote-admin-feature-builder |
| description | Route Bottlenote admin dashboard feature, bug, API, implementation, verification, and PR requests to the correct project-local skill workflow. Use when the user gives a vague or multi-stage admin request and Codex needs to decide whether to create a spec, design, implementation plan, implement from an existing plan, inspect API docs, or prepare a Korean PR. Trigger on "๊ธฐ๋ฅ ๊ฐ๋ฐ", "๋ฒ๊ทธ ์์ ", "๊ตฌ์ฒดํ", "์ด๋๋ฏผ์ ์ถ๊ฐ", "๊ตฌํํด์ค", "PR ๋ง๋ค์ด์ค", or similar admin workflow requests.
|
Bottlenote Admin Feature Router
Use this skill only to choose the correct project-local workflow. Do not use it
to create feature docs or edit code directly.
Workflow
-
Read AGENTS.md and classify the request.
- New feature or page without docs: use
bottlenote-admin-feature-spec.
- Feature with
spec.md but no design.md: use
bottlenote-admin-feature-design.
- Feature with
spec.md and design.md but no plan.md: use
bottlenote-admin-feature-plan.
- Feature with a ready
plan.md: use
bottlenote-admin-feature-implement.
- API docs, response shape, endpoint, or contract mismatch: use
bottlenote-admin-api as a supporting skill.
- Completed work that needs a Korean PR: use
bottlenote-admin-korean-pr.
-
Preserve the stage order for new feature work.
- Spec first:
docs/features/<feature-slug>/spec.md.
- Design second:
docs/features/<feature-slug>/design.md.
- Plan third:
docs/features/<feature-slug>/plan.md.
- Implementation last: code changes based on
plan.md.
-
Keep outputs in repo docs by default.
- Use
.context/ only for temporary scratch notes or handoff details that
should not be committed.
- Do not create feature briefs in
.context.
Routing Examples
- "์ด๋๋ฏผ์ ๊ณต์ง์ฌํญ ๊ด๋ฆฌ ์ถ๊ฐํด์ค" -> spec -> design -> plan -> implement.
- "์ด
docs/features/notices/plan.md๋๋ก ๊ตฌํํด์ค" -> implement.
- "API ๋ฌธ์๊ฐ ๋ฐ๋์๋๋ฐ ํ์
๋ง์ถฐ์ค" -> admin-api.
- "์์
๋๋ฌ์ผ๋ PR ๋ง๋ค์ด์ค" -> korean-pr.
Guardrails
- Do not skip directly to implementation when feature docs are missing unless
the user explicitly asks for a fast one-shot change.
- If multiple stage skills apply, use the earliest missing stage first.
- Keep API analysis inside the relevant feature docs unless the user explicitly
asks for a broad API audit.