Developer
Develop with Claude Code and Codex
Turn requirements into AI-agent tasks, then close the loop with tests, diff review, and human acceptance.Best for
Software teams and independent developers that want faster delivery without losing review control.
Final output
Task breakdown, implementation diff, test results, and code review notes.
Workflow snapshot
Last checked: 2026-05-19
Clear goal, constraints, target file scope, and acceptance criteria. Existing issue, design, error log, or failing test output.
Claude Code -> Codex -> Cursor -> Clacky -> Lovable
Task breakdown, implementation diff, test results, and code review notes.
The change scope matches the task and avoids unrelated refactors. The diff is readable and test commands plus results are recorded.
- 01 Write a precise task spec
- 02 Make the agent read first
- 03 Change in small slices
- 04 Run tests and type checks
- 05 Review the diff before merge
Input Materials
- Clear goal, constraints, target file scope, and acceptance criteria.
- Existing issue, design, error log, or failing test output.
- Allowed commands and directories that should not be modified.
Review Checklist
- The change scope matches the task and avoids unrelated refactors.
- The diff is readable and test commands plus results are recorded.
- Data, auth, or deploy changes have a rollback path.
Common Failure Modes
- The agent implements before reading enough context.
- Tests are weakened to make them pass.
- Cross-file edits become too large to review.
Output Template
Delivery note: goal / changed files / behavior change / test results / residual risk / follow-up tasks.
Recommended Tool Stack
Tools are organized by workflow role. Unlisted tools can be added to the library later.
Claude Code
Code implementation
Read the repository in the terminal, edit files, run commands, and complete development tasks.
Codex
Implementation and review
Apply planned code changes, run checks, and report risks.
Clacky
App prototype
Turn natural-language requirements into a runnable full-stack app draft, then have engineers review architecture, code, and deploy settings.
Lovable
Fast validation
Turn a product idea into a clickable web app prototype for requirement clarity and early user feedback.
Complete Workflow
Use AI outputs as drafts; facts, copyright, platform rules, and business claims need human review.
- Stage 01
Write a precise task spec
Describe goal, scope, acceptance criteria, blocked areas, and checks to run.
Reusable promptTurn this requirement into task cards suitable for an AI coding agent: {requirement} - Stage 02
Make the agent read first
Ask for understanding, relevant files, and an implementation plan before editing.
- Stage 03
Change in small slices
Assign one clear subtask at a time to avoid broad refactors.
- Stage 04
Run tests and type checks
Use failures as diagnostic input while keeping human judgment over the fix direction.
- Stage 05
Review the diff before merge
Check unrelated changes, hidden side effects, mistaken deletions, and missing tests.
FAQ
Can this workflow publish automatically?
Not recommended. AI is useful for drafts, variants, and checklists, but facts, asset rights, and platform rules need human confirmation.
What if my tool stack is different?
Keep the workflow roles: ideation, generation, editing, review, and learning. Substitute specific tools with existing team accounts.
Sources
Last checked: 2026-05-19
- Claude Code overview Anthropic Docs · Source used to verify the referenced tool capability and workflow boundary.
- Using Codex with your ChatGPT plan OpenAI Help Center · Source used to verify the referenced tool capability and workflow boundary.
- Cursor Codebase Indexing Cursor Docs · Source used to verify the referenced tool capability and workflow boundary.
- ClackyAI Clacky · Source used to verify the referenced tool capability and workflow boundary.
- Lovable Documentation Lovable · Source used to verify the referenced tool capability and workflow boundary.
- WayToAGI 编码分类 WayToAGI · Source used to verify the referenced tool capability and workflow boundary.
Review Notes
- Treat AI output as a draft and verify facts, rights, platform rules, and business claims before publishing.
- Tool pricing, quotas, and capabilities may change; check official sources before purchase or automation.