بنقرة واحدة
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.