Problem
<待解問題>
Constraints
<具體約束>
- <約束理由>
- ...
Tasks
<子任務>
Contract
- <規格>
- ...
Acceptance
- <測項>
- ...
Workflow
- Clarify the problem
- Clarify all constraints
- Use $AGENT_CWD/.tmp/ as temporary workspace
- Create a empty $AGENT_CWD/apps//.py script
- For each task
- Clarify all specs
- Implement task in .py script
- Run the script and verify:
- It completes without error
- Output is correct
- If things fail:
- Debug the issue
- Update the script
- Try again
- If things fail too many times:
- Rollback and restart from previous task
- Create a $AGENT_CWD/apps//requirements.txt
- Create a $AGENT_CWD/apps//.bat to start script
- Create a skill under $AGENT_CWD/apps/ by $AGENT_CWD/skills/make-skill-template