devteam
v0.1.0A three-layer development pipeline — project manager, task supervisors, specialist workers — that takes a project from a client's idea to a working product under a written charter, with traceable requirements, independent verification of every report, and escalations classified by reversibility.
By RandyLicense: Apache-2.01 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 15 skill or MCP entries
- Source updated
- Sep 5, 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 devteam for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install devteam-2@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/alternative-intelligence-cp/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devteam/.
Plugin files
├── .claude-plugin/plugin.json├── skills/audit/SKILL.md├── skills/check/SKILL.md├── skills/checkpoint/SKILL.md├── skills/iterate/SKILL.md├── skills/onboard/SKILL.md├── skills/plan/SKILL.md├── skills/research/SKILL.md├── skills/resume/SKILL.md├── skills/review/SKILL.md├── skills/run/SKILL.md├── skills/setup/SKILL.md├── skills/status/SKILL.md├── skills/supervise/SKILL.md├── skills/verify/SKILL.md└── skills/work/SKILL.md
Included Skills15
Adversarially audit a devteam project along one dimension — correctness, security or hygiene — diffing what the documents claim against what the code does, and report findings with evidence without fixing any of them. Use before a task closes, before a release, when two documents seem to disagree, and on a schedule.
Run a devteam project's mechanical checks — traceability, references, report blocks, scopes — and interpret what each finding means and what resolves it. Run before every commit that touches devteam/, before closing any task, and on every report before a verifier runs.
Diff what a devteam project has actually built against its signed charter and file a dated verdict — goal by goal with the evidence recorded, what diverged and whether anyone decided it, which reversible questions the loop settled without the client, and cost against estimate. Run on a schedule, at milestones, and on demand.
Open a second or later cycle on a finished devteam project — carrying the charter, decisions, record and audits forward, re-interviewing only what using the thing actually taught, and amending rather than starting over. Use when the client has accepted a cycle and wants more, or has used it and found it wrong.
Interview the client and turn an idea into a signed charter and numbered, testable requirements — researching first so questions are about judgement rather than fact, pressing on ambiguity rather than accepting it, and stopping at the client's signature before any planning. Run by the project manager in the main session, once per project, after setup.
Turn a devteam project's signed requirements into a task graph — one file per task with its goal, the requirements it discharges, its declared write scope, its dependencies, its gate, its verification command and its estimate — ordered so the riskiest unknown is answered first. Also decomposes one task into steps. Used by the project manager and the planner agent.
Find and record one up-to-date fact from outside a devteam project — a standard's current edition, a release number, a known defect, current guidance — as a dated, sourced digest citing a primary source. Used by the researcher agent, and inline by anyone for a single fetch.
Pick a devteam project back up after an interruption — a crash, a killed session, a machine reboot, or simply coming back tomorrow. Reconciles what the record claims against what the tree actually holds, reports the difference, and gets the client's confirmation before re-dispatching anything that could destroy work.
Review a pull request or a branch for a devteam project — what changed against what was asked, the evidence behind it, and what a reader six months from now will need. Comments and recommends; never pushes, merges or closes.
Run a devteam project's build loop as the project manager — take the writer lock, recover stale claims, pin the environment, claim and dispatch one supervisor per task up to the width, independently verify every report before the board moves, schedule checkpoints, batch escalations by reversibility class, and keep the record. Reads width, start and tick. Writes no product code.
Scaffold the devteam pipeline into a project — install the artifact set, detect the project's existing toolchain, agree the minimal permission grant with the client, and print the one line to run next. Use once per project, before onboarding. Never overwrites an existing devteam/ directory.
Report where a devteam project actually stands — what is running, what is blocked, what is waiting on the client, what was decided without them, and what the evidence says has genuinely been discharged. Reads the board, the record and the tree; changes nothing.
Run one task of a devteam project — read the task and what it must satisfy, decompose it into steps, dispatch one worker per step, verify every step before accepting it, escalate what the project's documents do not settle, and report upward with every worker report appended verbatim. Used by the supervisor agent.
Independently re-run a devteam report's checks against the committed tree and answer PASS or FAIL. Used by the verifier agent before a supervisor accepts a step or a project manager advances the board. Writes nothing.
The worker discipline for a devteam project — the inputs a step dispatch carries, the scope and tree checks before touching anything, what to read and in what order, the commit form, and the REPORT block a supervisor reads. Use when working any step dispatched by a supervisor.
Plugin manifests1
{
"name": "devteam",
"version": "0.1.0",
"description": "A three-layer development pipeline — project manager, task supervisors, specialist workers — that takes a project from a client's idea to a working product under a written charter, with traceable requirements, independent verification of every report, and escalations classified by reversibility.",
"author": {
"name": "Randy"
},
"homepage": "https://github.com/alternative-intelligence-cp/claude-skills",
"license": "Apache-2.0"
}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.
[devteam on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devteam-2)