Agent Plugins Marketplace
All plugins

dotnet-workflow-kit

v0.4.0

A budgeted plan-to-review delivery workflow for .NET teams: seven skills from ticket start to QA hand-off, plan and review pages as Claude Artifacts, tailored by one profile file.

Claude Code6 Skills

By Chris AinsleyLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 12, 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 dotnet-workflow-kit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dotnet-workflow-kit@agent-plugin-marketplace

Paste 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/chrisjainsley/claude-dotnet-workflow-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

dotnet-workflow-kit/
├── .claude-plugin/plugin.json
├── skills/mega-review/SKILL.md
├── skills/next/SKILL.md
├── skills/qa-report/SKILL.md
├── skills/start-ticket/SKILL.md
├── skills/visual-plan/SKILL.md
└── skills/visual-review/SKILL.md

Included Skills6

mega-reviewskills/mega-review/SKILL.md

Comprehensive pre-PR review that runs every reviewer the profile enables against the current branch diff, using parallel sub-agents for the read-only pass. Always includes two built-in reviewers, bug-hunt and conventions, plus whatever optional reviewers the profile turns on. Use whenever the user says "mega review", "full review", "review everything", "pre-PR check", or when the kit's pipeline reaches the Review stage. Prefer this over invoking individual review skills one at a time when the user wants a broad sweep.

nextskills/next/SKILL.md

The user's automated work-item delivery pipeline. Assesses where the current branch and work item sit in the standard workflow (start ticket, plan, execute, review, draft PR, resolve comments, QA, review page, publish and hand off), prints a status table, then runs stage after stage without asking for input, stopping only at the review checkpoint or on a big blocker. Use whenever the user says "next", "what's next", "move this along", "keep going", "continue the ticket", or "run the pipeline". "/next status" prints the table only, with no execution.

qa-reportskills/qa-report/SKILL.md

Generate a BDD-format QA report of what was tested this session, covering acceptance runs against a real environment and manual checks and never unit or integration suites, then post it where the profile's qa.evidence says. Use whenever the user says "qa report", "write up the testing", "document what we tested", or wants a test summary after running acceptance tests or manual verification. Also produces pre-hand-off QA notes, testing guidance written before anyone tests, covering what changed, how to test it per persona, test data and accounts, edge cases, out of scope, and environment or flag setup. Use notes mode whenever the user says "qa notes", "test notes", "notes for QA", or passes the literal argument "notes".

start-ticketskills/start-ticket/SKILL.md

Start work on a tracked item, parsing its id or URL from the arguments, fetching it and any linked items through the tracker adapter, branching off the current base branch in place, assigning the item to the user and moving it to the active state, renaming the session, then handing off to the plan skill without entering Claude's own plan mode. Use whenever the user says "start ticket", "start work on <id>", "pick up <id>", or "/start-ticket".

visual-planskills/visual-plan/SKILL.md

Write a short, budgeted implementation plan for a work item and publish it as an Artifact document, ordered from the requirement outward through the architecture layers the team uses (BDD specs, then domain, application, infrastructure and API for clean architecture; slice, persistence, integration and endpoint for vertical slices), ending with tests, decisions, risks and an answerable open-questions form. Use whenever the user asks to plan a ticket or feature, says "visual plan", "plan this", "plan <ticket id>", "/visual-plan", or when the kit's pipeline reaches the Plan stage. Prefer this over Claude plan mode.

visual-reviewskills/visual-review/SKILL.md

Turn a finished branch or PR into one budgeted review Artifact that serves as the code review and the QA report together. Verdict tiles, plan versus delivered, a diagram of the change, changes grouped by service then slice with every file linked to its diff, contracts other teams must move for, review findings, the BDD QA report, a persistent rollout checklist and an approve / request-changes decision form. Use whenever the user says "review this", "recap", "visual recap", "qa report", "write up the review", "/visual-review", or when the kit's pipeline reaches the Review stage. Prefer this over posting a bare QA report.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "dotnet-workflow-kit",
  "version": "0.4.0",
  "description": "A budgeted plan-to-review delivery workflow for .NET teams: seven skills from ticket start to QA hand-off, plan and review pages as Claude Artifacts, tailored by one profile file.",
  "author": {
    "name": "Chris Ainsley",
    "url": "https://github.com/chrisjainsley"
  },
  "homepage": "https://github.com/chrisjainsley/claude-dotnet-workflow-kit",
  "repository": "https://github.com/chrisjainsley/claude-dotnet-workflow-kit",
  "license": "MIT",
  "keywords": [
    "dotnet",
    "csharp",
    "workflow",
    "planning",
    "code-review",
    "qa",
    "clean-architecture",
    "bdd"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dotnet-workflow-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dotnet-workflow-kit)