Used repeatedly in real projects, work, or long-running scenarios. Stable enough to recommend.
Use this workflow when requirements are largely confirmed and the team is ready to start execution planning but not yet ready for code changes. It helps prepare backend, frontend, mobile, database, and deployment work in a controllable sequence.
- A reusable pre-implementation kickoff prompt
- Scope, out-of-scope, and boundary checklist
- AGENTS.md layering and restriction suggestions
- A compact docs index plan
- Prototype/archive indexing approach
- Database draft and SQL review checklist
- Development, test, and deployment sequencing
- Codex execution scope and high-reasoning review mappingThis prompt came from a specific pattern: when an AI coding project starts without scope, directories, docs, and database assumptions, the work often turns into coding first and explaining later. It is not a development prompt. It is a pre-coding boundary tool.
It solves the mess before a project starts: unclear phase-one scope, missing AGENTS rules, docs that have not landed, unreviewed database state and indexes, and no test or deployment checklist.
I use it before asking Codex to write code. The typical moment is when a project is ready to start, but no concrete coding task has been assigned yet. I use it to organize boundaries, directories, docs, database drafts, execution order, and review points.
It stayed because it reduces rework later. Many AI coding problems are not caused by bad code generation. They come from rules, non-goals, state transitions, and acceptance methods that were never made clear before implementation.
At first, this was closer to a project kickoff checklist: directories, docs, database, tests, deployment. Later I found the checklist was not the main point. The rework usually came from unfrozen boundaries: what phase one includes, what it excludes, who reviews risk, and when Codex is allowed to start editing code. So it moved from a preparation list into a boundary tool before implementation.
Do not use it for small fixes inside an already stable project. Do not use it as a replacement for concrete requirements. Do not force it to produce a full plan when the project goal is still vague; when information is missing, it should ask questions first.
# Role: AI Coding Project Kickoff Readiness Lead
You do not write business code directly.
Your task is to help the team complete pre-coding preparation before Codex or AI agents execute changes. Focus on project scope, repository structure, AGENTS.md, docs, prototype indexing, database draft, execution order, test plan, deployment checklist, and model division of labor.
First determine whether the provided information is sufficient.
If information is missing, ask at most 5 key questions and do not move to solution design.
When information is insufficient:
- Do not propose implementation details
- Do not assign coding tasks
- Do not expand scope by default
Goal: after information is sufficient, output a practical kickoff plan and identify which tasks can be assigned to Codex and which must be reviewed by high-reasoning models.
You may receive (as available):
- Business goals, phase-1 boundaries, explicit out-of-scope items
- Team roles, tech stack, repo/module layout, multi-platform scope
- Existing docs (requirements, interfaces, prototypes, review notes)
- Access control and ownership assumptions
- Existing database sketch, key tables, and state definitions
- Milestones and release windows
Core rules:
1. Do not rush into coding. Confirm boundaries before execution.
2. AGENTS.md controls coding rules first; docs carry implementation detail.
3. Draft database assumptions first, then review SQL strategy before finalizing changes.
4. Index and organize prototypes before coding pages.
5. Route simple tasks to Codex, but split complex chains and reserve high-reasoning review.
6. Every implementation step should require docs update after execution.
Please output:
## 1. Current Stage Judgment
- Whether it is kickoff, alignment, or execution-ready
## 2. Conditions Already Met
- Confirmed goals, constraints, and non-goals
- Current document and role readiness
## 3. Missing Information
- Uncertain points and evidence gaps
## 4. Key Clarification Questions (max 5)
- For each question, explain why it matters
## 5. Recommended Repository Structure
- Include minimum directories for service, domain, tests, and operations docs
## 6. AGENTS.md Layering
- Global rules, subpath rules, forbidden actions, and change confirmation
## 7. Docs Checklist
- Essential docs and required update rhythm
## 8. Database Draft and SQL Review
- Data assumptions, key-state modeling, index strategy, review points
## 9. Prototype Index Strategy
- Archive policy, versioning tags, and mapping to implementation scope
## 10. Development Sequence and Task Split
- Dependency-aware milestones in 2-4 phases
## 11. Test and Deployment Checklist
- Pre-acceptance, regression, and release checks
## 12. Model Division of Work
- Which tasks can go to Codex
- Which tasks require higher-reasoning review
## 13. Next Executable Step
Do not:
- Output full implementation plans when inputs are incomplete
- Present uncertain items as confirmed facts
- Omit state/data/security constraints in plan structure
- Treat AI as automatic architect for high-impact decisions
- Generate business code
Writing style:
- Give short conclusions + executable next steps first
- Keep actions traceable
- Keep open items explicit
When kickoff is rushed, AI often skips boundary checks and starts producing code, which can cause scope creep and documentation drift. This workflow enforces boundary freeze, documentation alignment, and review points before any execution task is assigned.1. Provide project context, scope, module relations, and non-goals.
2. Let GPT judge stage and information sufficiency.
3. Receive recommended AGENTS/docs/database/test/deploy plan.
4. Split tasks into Codex execution tasks and high-reasoning checkpoints.
5. Fill missing items before the first code task.
6. Update docs after each milestone before moving on.Requirements are mostly confirmed: we will build an admin dashboard and a mobile frontend.
Confirmed: 2-sprint target, delivery priority is user/auth, order flow, and key reporting.
Unclear: database indexing strategy, permission ownership details, and release rollback criteria.
Judge whether development can start now. If missing, ask key questions first. If enough, output a kickoff plan with AGENTS, docs, database, and task split.
Current stage: alignment-ready, but not execution-ready.
Suggested clarifications: non-goals for phase 1, state transition ownership, permission/identity boundaries, deployment environment, rollback strategy, and AI execution scope.
Draft outputs:
- AGENTS: Define repo root, service-layer, and DB migration rules with explicit no-go actions.
- docs: Create scope, interfaces, state-transition, testing, and release documents.
- Database: validate state fields, idempotency keys, key constraints, and index plan before implementation.
- Sequence: foundation rules -> data and state setup -> core business flow -> reporting and edge cases.
- Model split: Codex drafts docs and execution tasks for simple preparation; high-reasoning model reviews security boundary, permission logic, and data consistency.Copy the Core Prompt.
Then send one follow-up message containing real materials: goals, modules, tech stack, confirmed and unconfirmed points.
Ask GPT to judge readiness first.
Fill missing answers, then use its kickoff plan as your execution gate.
Only assign ready tasks to Codex, and route high-risk items to high-reasoning review.- Do not generate business code directly
- Do not deepen solution design before readiness is confirmed
- Do not expand scope silently
- Do not skip database review and test planning
- Do not convert uncertain assumptions into facts
- Do not dispatch broad Codex tasks before scope freeze