tools/skills/aaf-cross-cutting/SKILL.md
Applies the two AAF cross-cutting foundations—Context Optimization and Autonomy & Outcome Governance. Use when designing context vs memory, context budgeting, autonomy levels, Definition of Done, budgets, or escalation.
npx skillsauth add agenticaf-community/frameworkcore aaf-cross-cuttingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill covers the two horizontal foundations of the Agentic Architecture Framework that cut across all six pillars: Context Optimization and Autonomy & Outcome Governance.
Context is the working memory of the agent loop. It cross-cuts security, reliability, cost, performance, and operations.
Objective: Provide the minimum sufficient context for the task, in a controlled and explainable form, while preserving verification signals and preventing unsafe information flow.
| Context | Memory | |--------|--------| | Task-scoped, ephemeral, minimal, disposable | Durable, high-signal, policy-controlled, audited | | Curated for the specific step | Versioned or reversible |
Failure to separate leads to context bloat, memory pollution, and security leakage.
Treat context as a budgeted resource (like time or tool calls). Define per task/step:
This is the control layer that determines whether the system is merely useful or operationally safe and scalable. Probabilistic outputs must not become unearned authority.
Objective: Grant the minimum necessary autonomy, constrain it with budgets and policy gates, and ensure outcomes are verified against explicit definitions of done before the system confers authority.
Autonomy is not a feature—it is a controlled operating mode. Scale it with risk.
docs/12-context-optimization.mddocs/13-autonomy-governance.mddocs/05-framework-overview.mdtools
--- name: aaf-security description: Applies the AAF Security pillar: boundaries, tool actuation, epistemic gatekeeping, supply chain. Use when designing security for agentic systems, tool gateways, prompt-injection mitigations, privilege separation, or supply-chain risk for skills/tools. --- # AAF Security Security in agentic systems is impact-reduction: assume the reasoning layer can be influenced, and architect so that influence cannot easily become harmful actions. This skill distills the A
tools
Helps build agent orchestration properly using the Orchestrator Capability Contract (OCC) and governance-above-orchestration pattern. Use when choosing or implementing orchestration (graphs, multi-agent, workflows), ensuring tool gateway is non-bypassable, or satisfying OCC requirements for audit and safety.
testing
Guides when and where to place epistemic gates; candidate → validated → authority; gates scale with risk. Use when defining validation vs authority, reducing "AI said so" authority, or designing high-stakes decision flows.
tools
--- name: aaf-cost-context description: Applies AAF Cost pillar and context optimization: budgets, model routing, token economics, context discipline. Use when controlling cost in agentic systems, budgeting context, choosing model routing, or designing for token economics. --- # AAF Cost & Context Cost optimization in agentic systems is an architectural requirement: autonomy without budgets is cost volatility by design. Context optimization cross-cuts cost, performance, reliability, and securi