From Assisted Coding to Integrated R&D
How teams can truly put AI programming to work
Plan / Skill / AGENTS.md / Security boundaries / Effectiveness evaluation
Posts
A Slidev-style Chinese presentation translated into English, explaining Agentic Coding, Skills and MCP, AGENTS.md and CLAUDE.md, sandboxing and permission controls, and how a team can truly operationalize AI programming with Plans, a YApi Skill, and docs-sync.
Mar 18, 2026 · Posts · Public · PPT
UV -- · PV --
Plan / Skill / AGENTS.md / Security boundaries / Effectiveness evaluation
layout: section
A more accurate term now is:
AI works continuously toward a goal:
| Dimension | Traditional AI coding | Agentic Coding |
|---|---|---|
| Input | A prompt | Repository + rules + tools + permissions |
| Output | Code snippets / suggestions | A reviewable process and result |
| Scope of work | Current file / current question | Multi-file / multi-step / long-chain tasks |
| Tool capabilities | Completion, explanation, generation | Read and write code, run commands, test, call tools |
| Collaboration style | Q&A-style | Task-based / agent-based |
layout: section
IDE inline completion tools
Cursor / Copilot / Windsurf
Terminal agent tools
Codex CLI / App / Claude Code
Multi-agent / asynchronous collaboration tools
worktree, review queue, automations
Enterprise workflow integration tools
issue / docs / CI / design / review
Advantages:
Limitations:
Conclusion:
Examples:
Characteristics:
Conclusion:
Keywords:
What changes:
From “I am talking to one AI”
To
layout: section
With the same model:
Once rules, commands, boundaries, and processes are solidified:
AGENTS.md > Skill > MCPReasons:
AGENTS.md solves the need for a unified project-wide understandingDo not do it in reverse.
AGENTS.md is forIt is:
What it is suitable for:
Value:
Skills are better suited to carrying:
In essence, they capture:
Rather than just “an external connection protocol.”
In one sentence:
MCP is better suited for:
What it solves is:
Not:
Typical implicit rules include:
These are better written into AGENTS.md and Skills.
layout: section
| Mechanism | Essence | Triggered by |
|---|---|---|
AGENTS.md | Repository-level persistent instruction manual | Read by the agent / host when a task starts |
CLAUDE.md | Claude Code persistent instruction file | Loaded at startup, with subdirectories loaded as needed |
| Skill | Reusable workflow package | Matched by the model or explicitly specified by the user |
| MCP Prompt | Template prompt | Triggered by the user |
| MCP Resource | External context | Attached by the application or referenced by the user |
| MCP Tool | External action interface | The model decides whether to call it |
MCP is not a plugin, but a protocol.
Core structure:
Core capabilities:
How it works:
A Skill is not a prompt.
It is more like a directory-based workflow package:
SKILL.mdKey point:
This is also why Skills can be more efficient than a “large system prompt.”
CLAUDE.md and AGENTS.mdWhat they have in common:
Differences:
CLAUDE.md: Anthropic has published a more detailed loading mechanismAGENTS.md: OpenAI clearly states that it provides persistent context, but fewer implementation details are publicly availableConclusion:
layout: section
Once an agent can:
The risk model changes completely.
What really needs to be discussed is:
Examples of high-risk actions:
layout: section
A demo often only answers:
What teams really should ask is:
The value of SWE-bench:
What it shows:
But it does not directly mean:
In one sentence:
layout: section
The goal is not “to let AI replace people”
But rather:
Global-level:
Project-level:
The value is not in “how advanced” they are
But in:
When an API field changes:
Results:
AGENTS.md wellThis order is more stable than “stack tools first, then patch governance later.”
layout: section
AGENTS.md > Skill > MCPDiscussion keywords:
Agentic Coding / Skill / MCP / AGENTS.md / CLAUDE.md
Visible to admins only. This physically deletes current content (with cross-locale linkage rules).
Comments
Replies are public immediately and may be moderated for policy violations.