nestharus

60 mods across 1 repository, 3 stars between them.

nestharus/agent-implementation-skill

Skill Claude CodeCodex

Multi-model agent implementation workflow for software development. Orchestrates research, evaluation, design baseline, implementation, RCA, structured decomposition, constraint discovery, model selection, and agent-driven Stage 3 codemap exploration across external AI models (GPT, GLM, Claude). Use when implementing…

3 1mo ago C 86 tokens original MIT

codemap-builder

03

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

04

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

06

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

07

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

08

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

09

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

10

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

15

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

16

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

17

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

19

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

22

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

23

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