Tick Md
Skill by gianni-dalerta
Why use this skill?
Coordinate work across human and AI agents using the Tick Md protocol. Track tasks transparently via structured Markdown and Git, ensuring seamless project management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gianni-dalerta/tick-mdWhat This Skill Does
Tick Md is a powerful coordination layer for OpenClaw that enables multi-agent project management using a git-backed, markdown-first protocol. By leveraging the TICK.md file format, this skill allows you to track tasks, assign roles to agents, and maintain a high-fidelity audit trail of work progress within your codebase. It bridges the gap between human intent and automated execution, ensuring that every task is documented, tracked, and verifiable.
Installation
Prerequisites: Ensure the Tick CLI and the corresponding MCP server are installed in your environment. Run tick --version to verify connectivity. If your repository lacks a tracker, navigate to your root directory and run tick init to generate a project-level TICK.md file. For specialized IDE integrations, consult the primary installation documentation provided with the CLI tools.
Use Cases
This skill is ideal for projects requiring collaborative autonomy. Use it when managing complex, multi-step refactors where you need to track dependencies between agents. It is perfect for teams (human or AI) needing transparency; it acts as the 'source of truth' for status updates, ensuring no work is duplicated or forgotten. It also provides excellent historical reporting for project post-mortems via standard Git logs.
Example Prompts
- "Check the current project status and tell me which tasks are assigned to the backend agent."
- "Create a high-priority task for updating our API documentation and assign it to yourself."
- "List all incomplete tasks tagged with 'frontend' and summarize the remaining work for me."
Tips & Limitations
- Transparency is key: Always use
tick commentto keep human stakeholders updated on reasoning behind technical changes. - Stay Organized: Use tags consistently to allow for efficient filtering with
tick listcommands. - Safety First: The tool requires explicit authorization for write operations that modify Git history. When prompted to push code, ensure the current branch state is verified before approving. Note that this skill is local-first; if you work across different machines, you must ensure the repository is synced via git to keep the TICK.md state consistent across all environments.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gianni-dalerta-tick-md": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution