AI Engineering
LLM integration, prompting, and agent engineering skills.
π―
4w ago
Aegis Goal Framing
Aegis Goal Framing creates a thin goal frame before execution when a user sets an Aegis goal or asks for scope, success evidence, or stop conditions. It is used to define boundaries before routing into the next workflow.
AI Engineering
1.1K50
π§
4w ago
Anti-Entropy Governance
Anti-Entropy Governance helps decide when to delete old code paths, collapse duplicate owners, or remove fallbacks safely. It also guards schema, persistence, and source-of-truth changes that need explicit confirmation.
AI Engineering
1.1K50
π§
4w ago
Brainstorming
Brainstorming helps turn ambiguous or high-complexity ideas into clearer designs by asking focused questions, comparing approaches, and shaping a spec before implementation. Use it for new features, architecture, contracts, or plan pressure-tests.
AI Engineering
1.1K50
π€
4w ago
Dispatching Parallel Agents
Dispatching Parallel Agents delegates unrelated tasks to separate agents with isolated context. Use it when 2+ independent problems can be worked in parallel; otherwise handle them inline or with a planned subagent workflow.
AI Engineering
1.1K50
πΊοΈ
4w ago
Executing Plans
Executing Plans loads a written implementation plan, checks it for fit and risk, and carries it through execution with checkpoints and verification. Use it for multi-step work across sessions or when review gates are needed.
AI Engineering
1.1K50
π§
4w ago
Fable Advisor
Fable Advisor gets a focused second opinion from Claude Fable 5 without substituting the host tool's model. Use it when you need to check a plan before committing, review after repeated failures, or explicitly invoke fable-advisor.
AI Engineering
1.1K102
π§
4w ago
First Principles Review
First Principles Review helps evaluate ambiguous design, debugging, or architecture choices using first-principles and Occam's-razor reasoning. Use it when competing constraints, fallback growth, or ownership confusion could send work down the wrong path.
AI Engineering
1.1K50
π§
4w ago
Long Task Continuation
Long Task Continuation keeps multi-step work checkpointed and resumable across pauses, handoffs, or context resets. Use it when a task spans sessions, uses subagents, or needs drift and evidence tracking.
AI Engineering
1.1K50
π€
4w ago
Subagent-Driven Development
Subagent-Driven Development uses fresh subagents for each independent plan task, followed by spec and code-quality reviews. Use it when coordinating written implementation plans in the current session; otherwise keep work inline.
AI Engineering
1.1K50
π§
4w ago
Using Aegis
Using Aegis checks routing rules at the start of a turn and decides when to load a specific Aegis skill. It is used to stay on the fast path or switch into a skill based on the task.
AI Engineering
1.1K50
π§©
4w ago
Agent Strategy Compare
Agent Strategy Compare evaluates sequential, parallel, workflow, and agent-team execution for a fan-out task. It scores seven signals, shows agent count math and cost guards, and recommends a strategy.
AI Engineering
1.1K227
π¦
4w ago
Closeout Packet Generator
Closeout Packet Generator creates the post-EXECUTE closeout packet for a completed plan or phase. It summarizes readiness, drift, verification, cleanup, and the next valid state.
AI Engineering
1.1K227