Add Claude Code initiative skill for terminal task management#468
Add Claude Code initiative skill for terminal task management#468pushthev1be wants to merge 1 commit into
Conversation
Adds a SKILL.md that lets Claude manage Initiative tasks, subtasks, workspaces, files, and reports directly from the terminal without opening the UI. Also updates settings.local.json with tool permissions needed to run the skill. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Docker | May 11, 2026 2:05a.m. | Review ↗ | |
| JavaScript | May 11, 2026 2:05a.m. | Review ↗ | |
| Python | May 11, 2026 2:05a.m. | Review ↗ | |
| Shell | May 11, 2026 2:05a.m. | Review ↗ | |
| SQL | May 11, 2026 2:05a.m. | Review ↗ | |
| Secrets | May 11, 2026 2:05a.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
pushthev1be
left a comment
There was a problem hiding this comment.
Add Claude Code initiative skill for terminal task management
|
This seems great! lets merge it into dev, and see how it tests? |
jordandrako
left a comment
There was a problem hiding this comment.
I do appreciate the work here. I plan on making an MCP server when we reach v1, which should be relatively soon, but this can be a good stop gap.
| "Bash(gh issue *)", | ||
| "Bash(gh.exe issue *)", | ||
| "PowerShell(gh issue list --repo Morelitea/initiative --limit 5 --state open --json number,title,createdAt,url)", | ||
| "PowerShell(& \"C:\\\\Users\\\\PUSH\\\\AppData\\\\Local\\\\GitHubDesktop\\\\bin\\\\gh.exe\" issue list --repo Morelitea/initiative --limit 5 --state open --json number,title,createdAt,url)", | ||
| "WebFetch(domain:github.com)", | ||
| "Bash(Get-ChildItem -Path \"c:\\\\Users\\\\PUSH\\\\helper\\\\initiative\\\\backend\" -Recurse -Directory)", | ||
| "Bash(Select-Object -First 20)", | ||
| "Bash(mkdir -p \"c:/Users/PUSH/helper/initiative/.claude/skills/initiative\")", | ||
| "Bash(git add *)" | ||
| ], | ||
| "additionalDirectories": [ | ||
| "c:\\Users\\PUSH\\helper\\initiative\\.claude\\skills" |
There was a problem hiding this comment.
Please remove the changes to this file from the PR
Summary
Commands added
Tasks: list, show, create, update, complete, delete
Subtasks: subtask add, subtask complete, subtask delete
Workspaces: workspaces, workspace create, workspace update
Files: iles, ile show, ile create, ile edit, ile delete
Reports:
eport (grouped by status category across a project or initiative)
Motivation
Addresses the Claude skill feature request. Managing tasks from ClickUp via Claude is already possible; this brings the same capability to Initiative. Reduces UI friction and executive overload for multi-step planning.
Follow-ups (separate issues)
Test plan
?? Generated with Claude Code