mind-cli 0.9.0

A manager for agent tooling (skills, agents, rules, tools) that melds arbitrary git repos and links items into your agent directories.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: lead
description: Coordinates a change by delegating to its siblings.
---

# lead

Coordinate a change by delegating to sibling items. Each sibling is named with a
reference token so the reference survives a namespace prefix (see the repo
README for how the tokens expand).

Workflow:

1. Delegate the implementation to the {{ns:dev}} agent.
2. Have the {{ns:review}} skill check the result.
3. Apply the {{ns:style}} rule to all output.