mcpbeat Sign in

Agentic Engineering Agent Skill

Use when designing or refactoring a model-native engineering workflow with bounded autonomy, probes, custom evaluation, durable state, and verified write-back.

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
132
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Mark393295827/third-brain-v7-skills --skill agentic-engineering

The instruction itself

8 sections, as written by the author

Agentic Engineering

<skill_contract>

<input>An engineering objective, inspectable repository or workflow, acceptance criteria, permissions, risk, and state location.</input>

<output>The smallest sufficient model-native process with bounded autonomy, evals, recovery, and verified write-back.</output>

<done>Fresh task and adoption evidence support the observable end state without crossing authority boundaries.</done>

<non_goals>Agent complexity for its own sake, premature multi-agent topology, or unverified knowledge promotion.</non_goals>

An agent is a stateful engineering process, not a prompt. Its quality ceiling is the combination of objective, context, tools, taste/evaluation, permissions, recovery, and feedback latency.

Usage Template

Provide: engineering objective, repository/workflow, users, acceptance criteria, constraints, permissions, risk, current evidence, and durable state location.

Workflow

<intake>

  • Inspect repository guidance, code, tests, state, and current failure before proposing architecture.
  • Define the observable end state, non-goals, owner, budget, and review bandwidth.
  • Run the adoption gate: use an agent only when ambiguity/adaptation outweigh orchestration, verification, and maintenance cost. Prefer deterministic code for stable transformations.

</intake>

<unknowns_gate>

Map unknowns into: known, probeable from tools/files, testable by prototype, and externally blocked. Probe boundary/interface unknowns before implementation. Return NEEDS_INPUT only when a missing business decision, permission, or irreversible tradeoff cannot be discovered locally; otherwise label assumptions and test them.

</unknowns_gate>

<execute>

  • Write the macro action: trigger -> objective -> inputs -> constraints -> artifact -> verifier -> state -> stop/recovery.
  • Define quality with domain-specific examples, anti-examples, guardrails, and cheap checks; generic “good quality” is invalid.
  • Decompose into the fewest independently verifiable units with one owner each.
  • Select the lowest sufficient topology: one-shot for one bounded action,

loop-engineering for temporal correction, graph-engineering for explicit

dependency width and joins, and agent-teams-command only when distinct

worker processes and integration ownership add value.

  • Route by capability (reasoning, tool use, latency, context, modality, cost) and runtime policy; keep vendor/model names out of durable contracts.
  • Establish harness controls: least privilege, tool schemas, timeouts, observability, checkpoints, idempotency, and rollback.
  • Run a thin loop: understand -> plan -> smallest change -> targeted test -> inspect diff/state -> broader check.
  • Use independent evaluation or adversarial review for consequential logic, interfaces, and claims.
  • Remove temporary scaffolding, duplicate abstractions, and context that no longer changes decisions.

10. Write back only reusable, verified deltas. Promotion into skills/SOPs requires repeated support or local verification plus a cheap objective check.

Human approval is mandatory before production, publication, spending, destructive mutation, credentials, policy, or other delegated external action. Prepare rollback before crossing that boundary.

</execute>

<evaluate>

Compare the result with acceptance criteria, custom evals, tests, diff scope, security/permission boundaries, and user workflow. Check both task success and adoption cost. A large reasoning trace is not evidence; receipts are.

</evaluate>

<retry_policy>

max_attempts: 3 per failure class. Retry only after updating the diagnosis and changing strategy, input, or tool. Stop on repeated signature, expanding blast radius, exhausted review bandwidth, or NO_PROGRESS.

</retry_policy>

<state_contract>

Persist {run_id, status, attempt, budget, evidence, unknowns, last_error, next_action} plus objective/non-goals, decisions, probes, active files, tool receipts, diff, eval results, permissions, approval, rollback point, and write-back candidates. Version checkpoints at phase boundaries.

</state_contract>

Failure Protocol

  • NEEDS_INPUT: a blocked business/permission decision cannot be discovered safely.
  • BLOCKED_DEPENDENCY: required repository, tool, or environment is unavailable.
  • BLOCKED_PERMISSION: the next delegated action lacks approval.
  • VERIFY_FAILED: tests, evals, or guardrails contradict the requested claim.
  • NO_PROGRESS: changed attempts repeat the same failure. max_attempts: 3.
  • BUDGET_STOP: preserve state and return the smallest reviewable handoff.

Output Contract

Return status, result (implemented/design outcome), evidence (tests, evals, diff, receipts), unknowns, and next_action including approval or rollback when relevant.

Edge Cases

  • The user requests multi-agent work for a one-file deterministic edit: use one bounded process and explain that coordination cost exceeds expected value.
  • A plan contains independent branches but no typed payloads or join verifier:

keep a serial Loop until those graph contracts are observable.

  • Tests pass but the user-facing workflow regresses: return VERIFY_FAILED; acceptance evidence outranks local unit success.

Success Metrics

  • The smallest sufficient architecture reaches the observable end state.
  • Unknowns are probed or explicitly bounded before they become code.
  • Fresh independent evidence supports completion and write-back.

Quality Gates

  • [ ] Adoption value exceeds orchestration and review cost.
  • [ ] Objective, non-goals, permissions, budgets, evals, and recovery are explicit.
  • [ ] Independent verification covers consequential behavior.
  • [ ] Approval and rollback precede delegated external action.
  • [ ] Promoted knowledge passes the governance gate.

</skill_contract>

Other skills for the same job

different authors, same section of the catalogue
Cursor
by Dicklesworthstone
×2

Control Cursor AI code editor via CLI. Open files, folders, diffs, and manage extensions.

654 tokens
Code Review Checklist
by ComeOnOliver
×2

Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability

5k tokens
Architecture Decision
by jwynia
×1

Systematically evaluate architecture decisions, document trade-offs, and select appropriate patterns. This skill should be used when the user asks about 'architecture decision', 'ADR', 'design pattern selection', 'technology choice', or needs to evaluate architectural trade-offs. Keywords: architecture, ADR, patterns, trade-offs, technical debt, quality attributes, decision record.

1k tokens
Learning Opportunities
by christophacham
×1

Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes, refactors). Use when completing features, making design decisions, or when user asks to understand code better. Triggers on "learning exercise", "help me understand", "teach me", "why does this work", or after creating new files/modules. Do NOT use for urgent debugging, quick fixes, or when user says "just ship it".

2k tokens
File Organization
by ComeOnOliver
×1

Organize project files and folders for maintainability and scalability. Use when structuring new projects, refactoring folder structure, or establishing conventions. Handles project structure, naming conventions, and file organization best practices.

5k tokens
Implementation Review
by ComeOnOliver
×1

Automatically trigger review agents after task completion. Use when strategic-planner finishes planning tasks (calls plan-consultant) or when main agent completes coding tasks in /implement workflow (calls code-reviewer). Triggers on phrases like "plan complete", "implementation done", "coding finished", "ready for review".

4k tokens
Review Code
by ComeOnOliver
×1

Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.

4k tokens
Chatcrystal Task Recall
by ZengLiangYi
×1

Recall project-first and global-supplement ChatCrystal memories before substantive implementation, refactoring, migration, configuration, investigation, or optimization work. Use when the task is non-trivial, has repository or project context, and prior fixes, decisions, pitfalls, or reusable patterns may change the approach.

717 tokens

How to use it

Copy the folder

Take mark393295827/agentic-engineering from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.