diff options
Diffstat (limited to '.agent')
| -rw-r--r-- | .agent/workflows/crank.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.agent/workflows/crank.md b/.agent/workflows/crank.md new file mode 100644 index 0000000..70470b6 --- /dev/null +++ b/.agent/workflows/crank.md @@ -0,0 +1,15 @@ +--- +description: Turn the crank with Thicket +--- + +Your goal is to improve the project by resolving tickets and discovering additional work for future agents. + +1. Work on the ticket described by `thicket ready`. +2. When resolved, run `thicket close <CURRENT_TICKET_ID>`. +3. Think of additional work and create tickets for future agents: + ```bash + thicket add --title "Brief descriptive title" --description "Detailed context" --priority=<N> --type=<TYPE> --created-from <CURRENT_TICKET_ID> + ``` +4. Commit your changes. + +**CRITICAL**: NEVER edit `.thicket/tickets.jsonl` directly. Always use the `thicket` CLI. |
