Files
Epicnabbo-Catalogus-Updated…/cms update/.zenflow/tasks/set-up-project-config-7382/plan.md
T
Remco b67e0ec2b9 🆙 Add fixed cms 🆙
2026-02-02 19:30:21 +01:00

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

  1. Proceed directly with implementation
  2. Make reasonable assumptions when details are unclear
  3. Do not ask clarifying questions unless absolutely blocked
  4. 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.

  1. Make reasonable assumptions for any unclear details
  2. Implement the required changes in the codebase
  3. Add and run relevant tests and linters if applicable
  4. Perform basic manual verification if applicable

Save a brief summary of what was done to {@artifacts_path}/report.md if significant changes were made.