Skip to content

blog: From Natural Language to Autonomous Actions — Progressive Promotion Model#78

Open
diberry wants to merge 12 commits into
mainfrom
blog/progressive-promotion-skills-to-autonomous
Open

blog: From Natural Language to Autonomous Actions — Progressive Promotion Model#78
diberry wants to merge 12 commits into
mainfrom
blog/progressive-promotion-skills-to-autonomous

Conversation

@diberry

@diberry diberry commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Blog Post: Progressive Promotion Model

Documents the architecture I landed on after building 40+ skills with embedded scripts: a progressive promotion model where work starts as a natural language skill, hardens into typed MCP tools, and promotes to fully autonomous execution — without rewriting anything at each stage.

Content

  • The four layers: Script → MCP Tool → Skill → Agent
  • The decision point: When determinism emerges, it goes to MCP (not script-in-skill)
  • Cost model: 95%+ token reduction from agent spawns to cached MCP tools
  • Copilot CLI autonomous execution: Flags, patterns, sealed sandboxes
  • Industry validation: Anthropic, SAE J3016, SRE, MCP Skills WG parallels

Assets

  • 4 mermaid diagrams (watercolor theme)
  • 5 watercolor image prompts (pink-haired girl series) — images need generation
  • Media directory created (images placeholder)

Series context

Follows Portable Personal Context and Capture Layer posts.

Before publish

  • Generate watercolor images from prompts in the markdown comments
  • Render mermaid diagrams to PNG
  • Final proofread

diberry and others added 12 commits July 21, 2026 17:01
…ous actions

Add blog post documenting the progressive promotion model:
Skill → Determinism → MCP Tool → Agent → CI/CD

Includes:
- 4 mermaid diagram source files (watercolor theme)
- 5 watercolor image prompts for the pink-haired girl series
- Copilot CLI autonomous execution patterns
- Industry validation (Anthropic, SAE J3016, SRE, MCP Skills WG)
- Cost model across promotion stages

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Makes the core narrative visually explicit: scripts started embedded inside
skills (trapped), then were extracted and moved behind an MCP tool where
agents, CI, and other skills can call them. Tightens the Phase C wrong/right
diagram labels to reinforce the ownership shift.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
…earned promotion

A skill is natural language on purpose so domain and process experts (including
non-technical ones) can own the workflow before it becomes code. Determinism
and autonomy are earned only after repeated correct outcomes validate the flow,
not chosen on day one.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Rewrites the article in a calmer first-person voice. Drops fear/stakes framing
(dead ends, trapped, the mistake), consequentialist flourishes, and hype around
savings while keeping all token/cost numbers and technical detail intact.
Renames dramatic headings to plain descriptive ones.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
…tomation

Shifts the article's spine from developer cost-optimization to process and
domain capture. The natural-language skill is how a domain or process expert
articulates and controls their own workflow; the promotion ladder is the
maturing path, gated by repeated correct outcomes, with ownership staying with
the person who understands the process. Cost and reuse become supporting
evidence rather than the main message.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
The goal is to empower people where AI can save them time while they keep
ownership of their work and decisions. Adds a section explaining how the
automation tradeoff shifted: it used to be business value versus engineering
effort to build automation; now it is about recouping the expert's time while
they hone the workflow, after which proven processes become cheap to automate.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
…to specifics

Reorders the post from general to specific so it opens with what this offers
anyone in an organization (capture your expertise, keep ownership, get a path
to automation) and the changed automation economics, before narrowing into the
four layers, the maturing path, and the deeper technical detail (MCP, caching,
CLI, sandbox). Explains each concept as it gets more specific. All diagrams,
code blocks, tables, numbers, and images preserved.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: be954476-bbe5-4930-9d40-68ead165b023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant