Conducted MCP
io.github.mostov82/conducted-mcpStateless advisor + validator for Conducted Development: kickoff, artifact validation, rule checks.
Tools · 7
Strictly check whether a Conducted Development artifact's text satisfies the methodology's required structure. Supply the artifact's type and its full text (the server never reads files). Returns { va…
Return the branched kickoff interview (DECISIONS.md D3/D4). Supply `project_type`: 'greenfield' asks the full set; 'brownfield' uses the agent-supplied `detected` facts (language, framework, tests, CI…
Assemble, from the bundled templates, the four `_template.md` copies (front-matter tokens replaced), `decision-log.md`, and a filled `AGENT_CONVENTIONS.md` (kickoff guide Steps 2–5). Supply `project_t…
Return the ordered procedure for where the agent is in the methodology loop. Supply `phase` (one of: kickoff, goal_brief, intent_doc, session_open, session_active, session_close, standup) and optional…
Given agent-supplied facts, decide whether a standup is due. Triggers in priority order: a deliverable gate reached → 'gate'; else a dependency intersection → 'intersection'; else more than five worki…
Encode the goal-brief rule that no session may begin while any gate is open. Supply either a structured `gates` list ([{ id, resolved }]) or a goal-brief `content` string, in which case the GATE LIST …
Encode the Decision-Log 'when to use it' rules. Set whichever apply: `escalation_fired`, `gate_resolved_cross_cutting`, `affects_multiple_tickets`, `override_architectural`, `confined_to_one_session`.…
Resources · 12
How to bootstrap a project under the Conducted Development methodology.
conducted://guide/kickoff
How to author a Goal Brief (business goal → intent → DoD → gates → decomposition).
conducted://guide/goal-brief
How to author an intent document (the per-ticket contract).
conducted://guide/intent-doc
How to run and log a working session under the methodology.
conducted://guide/session
How and when to run a standup (the ritual that lets the methodology learn).
conducted://guide/standup
Fill-in template for a Goal Brief.
conducted://template/goal-brief
Fill-in template for an intent document.
conducted://template/intent-doc
Fill-in template for a session log.
conducted://template/session-log
Fill-in template for a standup.
conducted://template/standup
Fill-in template for the append-only decision log.
conducted://template/decision-log
Fill-in template for a project's AGENT_CONVENTIONS.md.
conducted://template/agent-conventions
This project's filled-in AGENT_CONVENTIONS.md.
conducted://conventions
Prompts · 1
Walk the connecting agent through bootstrapping a project's Conducted planning structure: read/inspect the project (greenfield vs brownfield), call kickoff_questions, interview the human, call kickoff…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"conducted_mcp": {
"url": "https://conducted-mcp.jonathanmostov.workers.dev/mcp",
"transport": "streamable-http"
}
}
}