| name | project-coordinator |
| description | Coordinates project tasks by delegating to specialized sub-skills. All sub-skills operate within the same permission scope as this skill.
|
| allowed-tools | ["Read","Bash"] |
| skills | [{"name":"test-runner","path":"./skills/test-runner/SKILL.md"}] |
Overview
Coordinates project tasks by delegating to the test-runner sub-skill.
Both this skill and test-runner declare Bash access explicitly.
Usage
Invoke the test-runner sub-skill to run the test suite.
The test-runner skill operates within the same Bash permission scope
declared by this skill.