AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Titan Approval Loom

skill-8dionysus-aoa-skills-titan-approval-loom · by 8Dionysus

Maintain the app-server bridge approval queue while preserving Forge and Delta gates, receipts, and visible operator intent. Use when a Titan service-cohort route needs this explicit bounded step. Do not use for hidden background agents, silent mutation, unreviewed proof sovereignty, or memory canonization without owner confirmation.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-8dionysus-aoa-skills-titan-approval-loom

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-8dionysus-aoa-skills-titan-approval-loom)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Titan Approval Loom? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

titan-approval-loom

Intent

Use this skill to inspect, add, or resolve approval-queue items for the Titan app-server bridge.

Trigger boundary

Use this skill when:

  • a bridge turn contains pending approvals
  • operator intent must be matched to a queued action
  • approval state must be replayable from ledger events

Do not use this skill when:

  • an action should be auto-approved
  • approval would bypass Forge or Delta gates
  • the queue item has no receipt or thread-turn context

Inputs

  • bridge state path
  • thread id and turn id
  • approval request id
  • operator decision
  • receipt or event refs

Outputs

  • updated approval queue entry
  • decision event candidate
  • gate status summary
  • blocked-action note when approval is insufficient

Procedure

  1. load the current bridge approval queue and receipt refs
  2. separate pending, allowed, blocked, and expired approval entries
  3. bind each approval to Forge or Delta without merging the gates
  4. preserve replayable evidence for operator intent and queue state changes
  5. return the next visible queue action without starting hidden execution

Contracts

  • The skill is explicit-only and must not be invoked as hidden background behavior.
  • Titan role, helper/control-plane, runtime implementation, memory, proof, and public-runbook authority stays in owner repositories: aoa-agents, aoa-sdk, abyss-stack, aoa-memo, aoa-evals, and 8Dionysus.
  • Receipts, bridge ledgers, console state, replay artifacts, approval records, and memory records are witnesses or candidates, not final owner truth.
  • Forge mutation and Delta judgment gates must remain distinct, operator-visible, and receipt-linked.
  • Missing source refs, missing approval, missing validation, or unclear owner route must be named as stop conditions.

Risks and anti-patterns

  • treating Titan vocabulary as permission to widen authority
  • letting receipt, replay, console, or bridge state replace owner-repo evidence
  • auto-approving Forge or Delta because a plan looks plausible
  • promoting candidate memory, approvals, replay, or receipts into canon without owner review
  • using the skill for an ordinary repo task that has no explicit Titan route

Verification

  • confirm direct skill invocation or explicit Titan service-cohort request is present
  • confirm lane, gate, source refs, and owner surface are named when relevant
  • confirm Forge or Delta locked or allowed state matches recorded approval evidence
  • confirm generated artifacts are marked witness, candidate, derived, or advisory rather than final truth
  • confirm next validation, replay, repair, or owner-route follow-up is named before continuation

Technique traceability

Manifest-backed techniques:

  • AOA-T-0028 from 8Dionysus/aoa-techniques at 3b1d5d623569aa4920b87280d0db0e911d2e29d5 using path techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Validation
  • AOA-T-0045 from 8Dionysus/aoa-techniques at 3b1d5d623569aa4920b87280d0db0e911d2e29d5 using path techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/TECHNIQUE.md and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation
  • AOA-T-0062 from 8Dionysus/aoa-techniques at fe4b04ed877916c46e60e70aaa9a1d4c86e81b6e using path techniques/continuity/handoff-continuation/episode-bounded-agent-loop/TECHNIQUE.md and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation

Adaptation points

  • Extract a Titan-specific reusable technique into aoa-techniques only after repeated reviewed evidence exists; do not add pending IDs as placeholders.
  • Keep repo-local command examples in owner docs or examples rather than hard-coding them into skill law.
  • If a Titan surface graduates from scaffold to reviewed or evaluated, add review evidence before changing status.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.