en un clic
agent-seihou
agent-seihou contient 6 skills collectées depuis shinzui, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Create, implement, discuss, or update execution plans (ExecPlans) — self-contained design documents that guide a coding agent or novice through delivering a working feature or system change. Use when planning significant work, implementing from a plan, or recording design decisions. TRIGGER when: user wants to plan a feature, follow a plan, or manage ExecPlan documents.
Create, implement, discuss, or update execution plans (ExecPlans) — self-contained design documents that guide a coding agent or novice through delivering a working feature or system change. Use when planning significant work, implementing from a plan, or recording design decisions. TRIGGER when: user wants to plan a feature, follow a plan, or manage ExecPlan documents.
Create and manage master plans that decompose large initiatives into multiple coordinated ExecPlans with dependencies and integration points. TRIGGER when: user wants to plan a large initiative, coordinate multiple exec-plans, or track multi-plan progress.
Generate or refresh a human-readable README.md for a Seihou blueprint, documenting its version, variables, prompts, baseline modules, reference files, allowed tools, tags, and how the agent run produces output — so readers understand the blueprint without reading blueprint.dhall or prompt.md. Use when authoring or updating documentation for a blueprint.
Produce a standardized JSON digest of a MasterPlan (or, explicitly, all of them). Parses the Exec-Plan Registry, computes the dependency graph (ready / blocked / critical path / parallel frontier), embeds per-child ExecPlan digests, cross-references git commit trailers (MasterPlan: and ExecPlan:), and surfaces coordination issues a human would miss when skimming — registry drift, missing back-references, cascade gaps, integration-point violations, blocked critical paths. Emits a single JSON envelope.
Produce a standardized JSON digest of an ExecPlan (or, explicitly, all of them). Extracts status, progress, discoveries, decisions, and outcomes, cross-references git commit trailers, and surfaces issues a human skimming the plan would miss (stale active plans, orphaned discoveries, missing sections, contradictions). Emits a single JSON envelope suitable for dashboards, agent hand-offs, and automated reporting.