Files
openclaw-backups/archive/inactive-skills/codex-conductor/references/planning-questionnaire.md

2.3 KiB

Planning Questionnaire (Mandatory)

Ask these in order. Do not start implementation until critical answers are provided.

0) Coding Agent Selection (Ask First)

  1. Which coding agent should run implementation tasks? (codex | claude | opencode | pi)
  2. What is the fallback coding agent if the primary fails repeatedly?

A) Outcome and Scope

  1. What are we building (one-sentence mission)?
  2. Who are the target users?
  3. What is in scope for v1?
  4. What is explicitly out of scope?
  5. What is the deadline (if any)?

B) User Journeys and Success

  1. What are the top 3 user journeys?
  2. What must work on day one (must-have features)?
  3. What metrics define success (adoption, conversion, latency, reliability)?
  4. What does “Definition of Done” mean for this project?

C) Product and Compliance Constraints

  1. Any legal/compliance constraints (privacy, data residency, PCI, HIPAA, etc.)?
  2. Any accessibility level target (e.g., WCAG baseline)?
  3. Any browser/device/platform constraints?
  4. Any third-party integrations required?

D) Technical Constraints

  1. Preferred stack (frontend/backend/database/infra)?
  2. Existing repo or greenfield?
  3. Required hosting target (Cloudflare, Vercel, AWS, on-prem, etc.)?
  4. Required CI/CD platform?
  5. Auth requirements (roles, SSO, OAuth providers)?
  6. Payments/subscriptions needed?
  7. Data model complexity and expected scale?

E) Quality and Operations

  1. Required test levels (unit/integration/e2e/perf/security)?
  2. Availability target/SLO?
  3. Logging/monitoring/alerting requirements?
  4. Rollback expectations?
  5. Backup and disaster recovery expectations?

F) Orchestration Preferences

  1. Mode: autonomous or gated?
  2. Should research_mode run during planning? (true/false)
  3. In gated mode, who approves each gate?
  4. In autonomous mode, should orchestrator auto-repair failures up to 2 retries? (true/false)
  5. Preferred progress update frequency?

G) Acceptance and Sign-off

  1. What are the exact acceptance tests for launch?
  2. What evidence is required at each gate?
  3. Final approver for release?

Minimum Inputs Required to Start Build

  • Primary coding agent choice
  • Mission
  • Top user journeys
  • v1 scope
  • Hosting target
  • Stack preference (or explicit “recommend one”)
  • Mode (autonomous or gated)
  • Definition of Done
  • Acceptance tests