Using AI to Generate Project Tickets Before Coding Reduces Scope Drift

Structured AI Workflow for Better Code Management
A developer on r/ClaudeAI shared a specific workflow change that reduced scope drift when working with AI coding agents. Instead of letting AI touch code immediately after planning, they now have the AI generate detailed project tickets first.
Key Workflow Details
The process involves these specific steps:
- After planning but before writing any code, ask the AI to generate actual project tickets from the plan
- Break the plan into tasks and add sub-tasks
- Define scope and acceptance criteria for each task
- The ticket format can be Linear, Jira, or just a markdown board
Each AI agent or run only receives:
- The high-level task
- The specific sub-task it owns
- Not the entire plan and not every other ticket
Results and Benefits
This approach reduced:
- Huge diffs
- Scope creep
- "Why did it do that?" moments
The developer maintains a "Canceled" column in their board where they move tasks that don't work instead of deleting them. They write why each task was canceled, creating a decision history that prevents repeating old mistakes in new AI sessions.
📖 Read the full source: r/ClaudeAI
👀 See Also

The Prompt Structure That Fixed Claude AI Summaries of Large PDF Reports
A developer shares how switching from 'summarize this' to role + decision + specific extraction prompts turned Claude's generic summary output into actionable risk flags and concrete action items.

Switching from GitHub Copilot Pro+ to Direct Anthropic API: A Cost Analysis
A developer's cost comparison shows direct Anthropic API can be cheaper than GitHub Copilot Pro+ for solo devs, with Sonnet 4.6 covering 80% of Opus use cases.

Good AI-Assisted Development Happens at the Systems Level, Not the Task Level
A Reddit user explains how shifting from fixing AI agent output to designing constraints—like a linter rule that forces UI navigation—prevents entire classes of bugs permanently.

Claude Cowork file access issue with Google Drive streaming mode and the fix
When using Claude Cowork with Google Drive for Desktop in streaming mode, files may fail to open because Cowork needs real files on disk, not placeholders. The fix involves making specific folders available offline and using standard file formats.