Kastalien-Research

61 mods across 1 repository, 64 stars between them.

workflow

49

Kastalien-Research/thoughtbox

Skill Claude CodeCodex

Orchestrate the full development lifecycle from ideation through merge. Sequences 8 stages with gates, dispatches to stage skills, and maintains workflow state.

64 1mo ago A 34 tokens original MIT

workflows-plan

51

Kastalien-Research/thoughtbox

Skill Claude CodeCodex

Transform spec (with frontmatter claims) into an implementation plan with task decomposition and sub-agent assignment. Stage 3 of the development workflow.

64 1mo ago A 32 tokens original MIT

workflows-work

53

Kastalien-Research/thoughtbox

Skill Claude CodeCodex

Execute the implementation plan by dispatching sub-agents for each task. Stage 4 of the development workflow.

64 1mo ago A 26 tokens original MIT

Kastalien-Research/thoughtbox

Agent Claude Code

Explore a subsystem or module and produce Mermaid architecture diagrams documenting data flows, component relationships, and system context.

64 1mo ago A 26 tokens original MIT

assumption-auditor

56

Kastalien-Research/thoughtbox

Agent Claude Code

Proactively audit the assumption registry for stale, unverified, or newly-broken assumptions. Use on a schedule (weekly) or when starting work that depends on external systems. Unlike dependency-verifier (reactive, investigates on demand), this agent walks the full registry and flags what needs attention.

64 1mo ago A 65 tokens original MIT

Kastalien-Research/thoughtbox

Agent Claude Code

Maintain awareness of all active workstreams, prevent conflicts between parallel tasks, and ensure unblocked work continues moving. Use for status checks, dependency analysis, task reordering, and detecting conflicts between parallel workstreams.

64 1mo ago A 47 tokens original MIT

cost-governor

58

Kastalien-Research/thoughtbox

Agent Claude Code

Track aggregate token spend and API costs across all agent operations. Enforce budget constraints, detect cost anomalies, and recommend budget reallocation. Use for daily cost rollups, budget enforcement, and spend optimization.

64 1mo ago A 46 tokens original MIT

dependency-verifier

59

Kastalien-Research/thoughtbox

Agent Claude Code

Verify that external dependencies, APIs, specs, and tools actually behave as documented. Use when you need to validate assumptions about external systems, check if a spec is actually implemented, or investigate ecosystem adoption of a feature. This agent tests against real-world implementations, not just documentation.

64 1mo ago A 59 tokens original MIT

devils-advocate

60

Kastalien-Research/thoughtbox

Agent Claude Code

Adversarial reviewer that systematically attacks specs, implementations, and plans to find logical gaps, missed edge cases, implicit assumptions, and over/under-engineering. Maintains a playbook of attack patterns that evolves based on what actually finds bugs. Use on any artifact you want stress-tested before…

64 1mo ago A 66 tokens original MIT

thoughtbox

61

Kastalien-Research/thoughtbox

MCP server Claude CodeCodexCursor +2

Extended reasoning with structured processes, persistence, and workflow guidance. Runs locally from the @kastalien-research/thoughtbox npm package.

64 1mo ago A tokens not measured original MIT