Task-Driven Development
Installation
SKILL.md
Task-Driven Development
Use this skill when implementing work from the project host's issue tracker.
Resolve the engineering host
- Read consumer
.skills/profilewhen present (engineeringHost:github|gitlab). - Else infer from
git remote get-url origin(github.com→ github,gitlab.com→ gitlab). - Load the matching profile under
config/tracker-profiles/.
| Host | CLI | Claim | Handoff |
|---|---|---|---|
| GitHub | gh |
Branch/worktree + open PR linking the issue | PR body Closes #N |
| GitLab | glab |
Branch/worktree + open MR linking the issue | MR with closing keyword |
ClickUp is not the engineering tracker. Product features and optional tracking tickets live in ClickUp; see operations/create-tracking-ticket. Do not claim or hand off engineering work via ClickUp status or Claim Token.
Read the target repo AGENTS.md for worktree helpers, hub-file rules, and conflict playbooks.