thaitype/chief

A portable framework that reduces the cognitive load of working with AI coding agents — plan, build, verify, milestone by milestone.

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

review-plan-agent

01

thaitype/chief

Agent

DEPRECATED — prefer answer-verifier-agent, which covers the same use cases and is actively wired into /chief-grill. Kept for backward compatibility with existing installs. Reviews plans, specs, and decisions for internal consistency and alignment with prior discussion. Catches contradictions between what was agreed in…

56 1mo ago A 120 tokens original MIT

thaitype/chief

Agent Codex

Verifies a single grill-session answer against the codebase. Reads files, checks claims, surfaces contradictions or unfounded assumptions. Invoked per-question by /chief-grill (in the background) to cross-reference the user's latest answer with actual repo state. Returns a structured verdict the skill renders as a…

56 1mo ago A 96 tokens original MIT

builder-agent

03

thaitype/chief

Agent Codex

Fast execution agent responsible for implementing tasks assigned by chief-agent. Reads: task specification for the assigned milestone global coding standards (.chief/rules/standard) Performs autonomous fix loops for implementation fallout (type/lint/test issues). Escalates only when blocked by design ambiguity…

56 1mo ago A 82 tokens original MIT

chief-agent

04

thaitype/chief

Agent Codex

Goal-driven Planner/Orchestrator for the Chief Agent Framework. Reads AGENTS.md (highest priority), then .chief/rules, then milestone-specific goals. Produces and maintains milestone plans (plan/todo.md + task specs), delegates execution to builder-agent, delegates verification to tester-agent, and decides next…

56 1mo ago A 155 tokens original MIT

tester-agent

05

thaitype/chief

Agent Codex

Long-running verification agent responsible for non-deterministic, integration, API, UI, and external acceptance testing. Executes medium-to-long duration validation tasks that go beyond local deterministic verification. Does NOT implement features. Does NOT refactor code. Reports findings back to chief-agent.…

56 1mo ago A 74 tokens original MIT