start-work
Turn a ticket or idea into a tracked issue + branch and hand off to planning.
By Rob Sartin0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install start-work@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/robsartin/claude-configClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/start-work/.
Plugin files
├── .claude-plugin/plugin.json└── skills/start-work/SKILL.md
Included Skills1
Use to start a piece of work — turn a ticket or idea into a tracked issue/ticket and a correctly-named branch, make the linkage live, and hand off to brainstorming. Adapts to the repo's host — GitHub via gh, or GitLab/Jira via glab and jira. Triggers on "start work on …", "let's start work", "kick off <issue/ticket>", "start a branch for …".
Plugin manifests1
{
"name": "start-work",
"description": "Turn a ticket or idea into a tracked issue + branch and hand off to planning.",
"author": {
"name": "Rob Sartin"
},
"keywords": [
"workflow",
"github",
"gitlab",
"jira",
"issues",
"ticket",
"branch",
"kickoff"
],
"commands": [
"./commands/start-work.md",
"./commands/draft-mr.md",
"./commands/finish.md",
"./commands/merge.md"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[start-work on Agent Plugins Marketplace](https://pluginsmp.com/plugins/start-work)