nestharus/agent-implementation-skill

Multi-model agent implementation workflow skill for Claude Code. Orchestrates research, evaluation, design baseline, implementation, RCA, and auditing across AI models.

3Stars on the repository
60Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codemap-builder

01

nestharus/agent-implementation-skill

Agent

Explores a codebase heuristically and builds a routing map (codemap) that enables downstream agents to find the right files without exhaustive search.

3 1mo ago A 29 tokens original MIT

decomposer

02

nestharus/agent-implementation-skill

Agent

Decomposes work into sections around confirmed problems, producing section specs, a refined global proposal, and a global alignment document.

3 1mo ago A 25 tokens original MIT

factor-explorer

04

nestharus/agent-implementation-skill

Agent

Discovers factors introduced by proposal choices — new problems, constraints, and operational concerns that technical and design decisions create — and assesses whether each factor needs user input or can be absorbed.

3 1mo ago A 36 tokens original MIT

problem-explorer

05

nestharus/agent-implementation-skill

Agent

Deepens understanding of extracted problems by discovering sub-problems, implied problems, ambiguities, contradictions, and factors — producing enriched problem definitions that support reliable decomposition.

3 1mo ago A 32 tokens original MIT

problem-extractor

06

nestharus/agent-implementation-skill

Agent

Extracts discrete problems from the user's spec and codespace, producing structured problem definitions with provenance tracking for downstream analysis.

3 1mo ago A 23 tokens original MIT

proposal-aligner

07

nestharus/agent-implementation-skill

Agent

Checks a global proposal for alignment with extracted intent, values, and constraints. Identifies misalignments, missing coverage, and scope drift that need correction before execution proceeds.

3 1mo ago A 34 tokens original MIT

proposal-expander

08

nestharus/agent-implementation-skill

Agent

Expands a proposal based on alignment feedback, addressing identified gaps, misalignments, and value violations without overwriting the original proposal.

3 1mo ago A 27 tokens original MIT

value-explorer

13

nestharus/agent-implementation-skill

Agent

Deepens understanding of extracted values by discovering tradeoffs, tensions, implicit values, priority orderings, and confidence levels — producing enriched value definitions that guide proposal alignment.

3 1mo ago A 33 tokens original MIT

value-extractor

14

nestharus/agent-implementation-skill

Agent

Extracts values and constraints from the user's spec and codespace, capturing priorities, preferences, and non-negotiable requirements that guide downstream decisions.

3 1mo ago A 29 tokens original MIT

bridge-agent

15

nestharus/agent-implementation-skill

Agent

Resolves cross-section interface friction. When two sections disagree on a shared interface or contract, the bridge agent analyzes both proposals and writes a shared contract patch that both sections can adopt.

3 1mo ago A 36 tokens original MIT

coordination-fixer

17

nestharus/agent-implementation-skill

Agent

Implements coordinated fixes across sections based on cross-section problem analysis. Reads the coordinator's diagnosis and applies strategic fixes, producing code changes and structured change signals.

3 1mo ago A 31 tokens original MIT

nestharus/agent-implementation-skill

Agent

Plans coordination strategy for outstanding problems. Receives problem list, reasons about relationships, and produces a batching plan that the script executes mechanically.

3 1mo ago A 27 tokens original MIT

nestharus/agent-implementation-skill

Agent

Classifies whether a problem is recurring, new, or a variant of a previous problem. Reads problem description and recurrence history to produce a structured recurrence signal.

3 1mo ago A 31 tokens original MIT

scaffolder

20

nestharus/agent-implementation-skill

Agent

Creates foundational stub files with correct interfaces and TODO blocks so that dependent sections can proceed with implementation. Does NOT implement business logic.

3 1mo ago A 25 tokens original MIT

agent-monitor

21

nestharus/agent-implementation-skill

Agent

Per-agent monitor. Watches a single agent's narration mailbox for loops and repetition. Launched by section-loop alongside each agent dispatch.

3 1mo ago A 26 tokens original MIT

tool-registrar

23

nestharus/agent-implementation-skill

Agent

Manages tool lifecycle during pipeline execution. Agents report new tools they create or discover; the registrar validates, catalogs, and makes them available to other agents.

3 1mo ago A 31 tokens original MIT

nestharus/agent-implementation-skill

Agent

Implements changes strategically across multiple files. Reads the aligned integration proposal, understands the shape, and executes holistically with task submission for exploration and targeted work.

3 1mo ago A 31 tokens original MIT