Agent Plugins Marketplace
All plugins

adaptive-engineering

v0.3.0

Choose proportionate engineering process and ship the simplest verified solution.

CodexClaude Code9 Skills

By Neuraforge0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
9 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install adaptive-engineering for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adaptive-engineering@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/neuraforge-cl-es/adaptive-engineering

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

adaptive-engineering/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/adaptive-engineering/SKILL.md
├── skills/code-review/SKILL.md
├── skills/existing-system-scan/SKILL.md
├── skills/minimal-planning/SKILL.md
├── skills/simplification-gate/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/task-triage/SKILL.md
├── skills/verification/SKILL.md
└── skills/verified-implementation/SKILL.md

Included Skills9

adaptive-engineeringskills/adaptive-engineering/SKILL.md

Select and execute the least process necessary for a software-engineering task using FAST, STANDARD, or DEEP mode, with explicit reuse, complexity, simplification, and verification gates. Use for implementation, debugging, refactoring, code review, architecture, CI/CD, infrastructure, security, data, and public-contract work when process depth should scale with risk.

code-reviewskills/code-review/SKILL.md

Review a change for correctness, regressions, security, compatibility, operational risk, and unnecessary complexity, prioritizing actionable findings over style noise.

existing-system-scanskills/existing-system-scan/SKILL.md

Inspect the repository for existing behavior, conventions, native capabilities, and installed dependencies before creating new code or abstractions.

minimal-planningskills/minimal-planning/SKILL.md

Produce a right-sized implementation plan with acceptance criteria, complexity budget, verification, and rollback proportional to the selected mode.

simplification-gateskills/simplification-gate/SKILL.md

Review an implementation or diff for avoidable complexity, unnecessary code, dependencies, abstractions, configuration, and duplication before completion.

systematic-debuggingskills/systematic-debugging/SKILL.md

Debug failures by reproducing, narrowing, forming evidence-based hypotheses, and verifying the root cause before applying the smallest durable fix.

task-triageskills/task-triage/SKILL.md

Classify a software task as FAST, STANDARD, or DEEP based on risk, scope, ambiguity, reversibility, and blast radius. Use before non-trivial implementation or when choosing process depth.

verificationskills/verification/SKILL.md

Establish concrete evidence that a change works by selecting and running the strongest practical tests, checks, builds, or integration validations for the task.

verified-implementationskills/verified-implementation/SKILL.md

Implement a planned change in small coherent increments, preserving repository conventions and verifying behavior as work progresses.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "adaptive-engineering",
  "version": "0.3.0",
  "description": "Choose proportionate engineering process and ship the simplest verified solution.",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "adaptive-engineering",
  "description": "Adaptive software-engineering workflow: use the least process necessary, then ship the simplest verified solution.",
  "version": "0.3.0",
  "author": {
    "name": "Neuraforge"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[adaptive-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adaptive-engineering)