Add new skills and utilities for enhanced writing and testing
- Introduced graphviz conventions for visualizing process flows in writing skills. - Added a comprehensive guide on persuasion principles to improve skill design effectiveness. - Implemented a script to render graphviz diagrams from markdown files to SVG format. - Created a detailed reference for testing skills with subagents, emphasizing TDD principles. - Established a task tracker template for live task management. - Developed a shell script to check the integrity of the antigravity profile and required files. - Added test scripts to validate the initialization of agent projects. - Created workflows for brainstorming, executing plans, and writing plans to streamline processes.
This commit is contained in:
14
templates/.agent/task.md
Normal file
14
templates/.agent/task.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Task Tracker Template
|
||||
|
||||
This file is a template/reference for task tracking behavior.
|
||||
|
||||
Live tracking must happen in `<project-root>/docs/plans/task.md`.
|
||||
|
||||
The live task file should contain only task list rows (no instructions or prose).
|
||||
|
||||
| id | task | status | notes |
|
||||
| --- | --- | --- | --- |
|
||||
| example-1 | Read applicable skill and restate scope | pending | |
|
||||
| example-2 | Implement scoped changes | pending | |
|
||||
| example-3 | Run verification commands | pending | |
|
||||
| example-4 | Report evidence and finalize | pending | |
|
||||
Reference in New Issue
Block a user