Skip to content
OpenSmartRoute
Skillv1.0.0

meta-advancement

Meta-advancement tracking framework — per-agent state, advancement formula, scrutiny/improvement cycles. Used by overseer to track agent progress and coordinate tasking.

by angrysky56(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from angrysky56/LLM-WIKI (wiki/scratchpad/agent-sheets/overseer/meta-advancement/SKILL.md). Install upstream with npx skills add angrysky56/LLM-WIKI --skill meta-advancement. Copyright stays with the author.

Meta Advancement Framework

Per-agent state tracking for the wiki-overseer. Each agent has one tracking file. The central sheet indexes all agents and their tracking file paths.

Per-Agent Tracking File Format

agent: {agent-name}
job_id: {cron-job-id}
updated: {ISO-timestamp}
state: idle|running|waiting|done|blocked|error
last_run: {ISO-timestamp}
next_run: {ISO-timestamp}
deliver: {delivery-target}

## AdvancementState

### Truth (Base Value)
- Initial hypotheses / core principles for this agent's domain
- Current hypothesis strength: 0.0–1.0

### Scrutiny (alpha-weighted)
- Weaknesses or gaps identified since last cycle
- Alpha weight: 0.0–1.0 (importance of scrutiny vs improvement)

### Improvement (beta-weighted)
- Changes made based on scrutiny since last cycle
- Beta weight: 0.0–1.0 (importance of improvement vs scrutiny)
- Alpha + Beta must equal 1.0

### Advancement Score

Advancement = Truth + (alpha * Scrutiny) + (beta * Improvement)


### Meta-Meta Process State

| Step | Component | Status | Notes |
|------|-----------|--------|-------|
| 1. Why? | Purpose / Core Intent | | |
| 2. What? | Dimensional Axes | | |
| 3. How? | Recursive Frameworks | | |
| 4. What if? | Constraints as Catalysts | | |
| 5. How Else? | Controlled Emergence | | |
| 6. What Next? | Feedback Loops | | |
| 7. What Now? | Adaptive Flexibility | | |

### Feedstock

- Input sources consumed this cycle
- Open questions carried forward
- Blockers or dependencies

### Derivation Chain

C(R(F(S(D(RB(M(SF))))))) C → Concept formation R → Representation F → Facts identified S → Scrutiny applied D → Derivation performed RB → Rule-based approach used M → Model created/updated SF → Semantic formalization


### Open Items

| Item | Priority | Status | Last Updated |
|------|----------|--------|--------------|
| | | | |

### Logs

{date} — {event} {date} — {event}

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/angrysky56-llm-wiki-meta-advancement/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

angrysky56-llm-wiki-meta-advancement.ocm.jsonjson
{
  "ocm": "1",
  "id": "angrysky56-llm-wiki-meta-advancement",
  "kind": "skill",
  "name": "meta-advancement",
  "description": "Meta-advancement tracking framework — per-agent state, advancement formula, scrutiny/improvement cycles. Used by overseer to track agent progress and coordinate tasking.",
  "publisher": "angrysky56",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "meta",
      "advancement",
      "tracking",
      "overseer",
      "agent-state",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Meta-advancement tracking framework — per-agent state, advancement formula, scrutiny/improvement cycles. Used by overseer to track agent progress and coordinate tasking."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/angrysky56/LLM-WIKI",
      "path": "wiki/scratchpad/agent-sheets/overseer/meta-advancement/SKILL.md",
      "ref": "48022c550083bffde8e3784894c8922034da02a3",
      "url": "https://github.com/angrysky56/LLM-WIKI/blob/48022c550083bffde8e3784894c8922034da02a3/wiki/scratchpad/agent-sheets/overseer/meta-advancement/SKILL.md",
      "key": "angrysky56/LLM-WIKI/wiki/scratchpad/agent-sheets/overseer/meta-advancement/SKILL.md"
    }
  },
  "instructions": "# Meta Advancement Framework\n\nPer-agent state tracking for the wiki-overseer. Each agent has one tracking file.\nThe central sheet indexes all agents and their tracking file paths.\n\n## Per-Agent Tracking File Format\n\n```yaml\nagent: {agent-name}\njob_id: {cron-job-id}\nupdated: {ISO-timestamp}\nstate: idle|running|waiting|done|blocked|error\nlast_run: {ISO-timestamp}\nnext_run: {ISO-timestamp}\ndeliver: {delivery-target}\n\n## AdvancementState\n\n### Truth (Base Value)\n- Initial hypotheses / core principles for this agent's domain\n- Current hypothesis strength: 0.0–1.0\n\n### Scrutiny (alpha-weighted)\n- Wea",
  "cost": {
    "context_tokens": 475
  }
}

Fetch it by URL: GET /api/v1/registry/angrysky56-llm-wiki-meta-advancement/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.