원클릭으로
backend-engineering-playbook
Use when implementing IdeaGo backend API, pipeline, cache, or anonymous runtime tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when implementing IdeaGo backend API, pipeline, cache, or anonymous runtime tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when implementing IdeaGo tasks that need branch, stack, and verification guidance.
Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.
Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via get_context.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.
Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or re-establishing project context.
| name | backend-engineering-playbook |
| description | Use when implementing IdeaGo backend API, pipeline, cache, or anonymous runtime tasks. |
This legacy skill is a thin Trellis pointer.
Read .trellis/spec/backend/index.md and .trellis/spec/shared/verification.md
before backend work. Keep FastAPI handlers thin, report contracts typed,
anonymous session semantics stable, and hosted-only dependencies out of main.