← all publishers

o3co

@o3co source repo

10 published skills

  1. Dpd · o3co
    Bootstrap a DPD (Decompose-Propagate Decision) session under the ambient overlay paradigm — DPD is a passive graph overlay that observes ongoing conversation and proposes graph updates collaboratively. Invoke when the user runs /dpd, or proactively suggest when a conversation has accumulated multiple open threads, unanchored decision verbs, or surfaced contradictions that would benefit from explicit graph tracking. Requires the dpd-mcp-server MCP server to be registered with Claude Code.
    0
    installs
  2. Dpd Dump · o3co
    Dump the full DPD graph as JSON (a strict subset of YAML; json.loads round-trippable) via export_yaml. Use for snapshots, audit, diffing, or copy-paste into docs.
    0
    installs
  3. Dpd Edit · o3co
    Manual edit of a DPD node or pool item. Wraps close_node / add_node(provenance='manual') / pool_reject / pool unsuppress (= clear rejected_at). Use when user wants direct control beyond ambient mode.
    0
    installs
  4. Dpd Fill · o3co
    Dpd Fill
    0
    installs
  5. Dpd Import · o3co
    Dpd Import
    0
    installs
  6. Dpd Status · o3co
    Dpd Status
    0
    installs
  7. Dpd Feedback · o3co bundle
    Submit DPD dogfood feedback as a GitHub issue. Collects system metadata only (version, OS, agent, Python version, optional stack trace) — does NOT send any session content (no node text, scope, label, Pool, rejected hypotheses, or session_id). User free-text description is the primary payload. Graph context is opt-in via manual copy-paste only.
    0
    installs
  8. Dpd Summary Md · o3co
    Extract decided / closed items from the DPD graph and render as markdown summary. Use at session wrap-up or to produce spec material from a complete subgraph.
    0
    installs
  9. Dpd Verify Edge · o3co
    Externally verify a DPD edge that claims a logically-necessary implication (layer='necessary'), using a context-stripped prompt so an independent verifier judges the implication on its own merits rather than rubber-stamping the agent's framing. Records the verdict via record_edge_verification. Invoke when the user runs /dpd-verify-edge, or proactively suggest at a natural pause when list_unverified_edges is non-empty. Requires the dpd-mcp-server MCP server.
    0
    installs
  10. Dpd Find Similar · o3co
    Retrieve past closed/archived DPD subgraphs whose FTS5 index matches a query, then distill selected results into graph-candidate proposals. User-pull only — Claude must not auto-invoke. Requires the dpd-mcp-server MCP server.
    0
    installs