You've already forked Epicnabbo-Catalogus-Updated-Daily
1.1 KiB
1.1 KiB
Quick change
Configuration
- Artifacts Path: {@artifacts_path} →
.zenflow/tasks/{task_id}
Agent Instructions
This is a quick change workflow for small or straightforward tasks where all requirements are clear from the task description.
Your Approach
- Proceed directly with implementation
- Make reasonable assumptions when details are unclear
- Do not ask clarifying questions unless absolutely blocked
- Focus on getting the task done efficiently
This workflow also works for experiments when the feature is bigger but you don't care about implementation details.
If blocked or uncertain on a critical decision, ask the user for direction.
Workflow Steps
[ ] Step: Implementation
Implement the task directly based on the task description.
- Make reasonable assumptions for any unclear details
- Implement the required changes in the codebase
- Add and run relevant tests and linters if applicable
- Perform basic manual verification if applicable
Save a brief summary of what was done to {@artifacts_path}/report.md if significant changes were made.