Agent Plugins Marketplace
All plugins

level7-dev-loop

v0.1.0-dev.5

One-intent solo development: inspect, implement, test, repair, self-review, and hand off with optional team assurance.

CodexClaude Code12 Skills

By Level 7 EngineeringLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
12 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add level7-dev-loop@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/addressanup/level7-dev-loop

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

level7-dev-loop/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/l7-build/SKILL.md
├── skills/l7-change/SKILL.md
├── skills/l7-constitution/SKILL.md
├── skills/l7-deploy/SKILL.md
├── skills/l7-experience/SKILL.md
├── skills/l7-geometry/SKILL.md
├── skills/l7-greenfield/SKILL.md
├── skills/l7-next/SKILL.md
├── skills/l7-ops/SKILL.md
├── skills/l7-release/SKILL.md
├── skills/l7-review/SKILL.md
└── skills/l7-storybook/SKILL.md

Included Skills12

l7-buildskills/l7-build/SKILL.md

Implement one bounded change continuously through code, tests, repair, and truthful self-review with controls proportional to risk.

l7-changeskills/l7-change/SKILL.md

Change a live product with one risk-tiered workflow: brief when needed, implementation, tests, review, and merge or safe release.

l7-constitutionskills/l7-constitution/SKILL.md

Load the lean Level 7 engineering rules: risk-proportionate planning, small changes, automated verification, protected controls, and truthful handoff.

l7-deployskills/l7-deploy/SKILL.md

Deploy an exact verified candidate with explicit effect-boundary authority, rollback, smoke tests, and monitoring.

l7-experienceskills/l7-experience/SKILL.md

Diagnose and improve a working product's UX with one scoped change brief when behavior or experience meaningfully changes.

l7-geometryskills/l7-geometry/SKILL.md

Apply focused spacing, sizing, baseline, radius, and optical-alignment polish with measured acceptance criteria and minimal process.

l7-greenfieldskills/l7-greenfield/SKILL.md

Establish the minimum product foundation needed to build safely: problem, acceptance criteria, architecture decisions, stack, harness, and backlog.

l7-nextskills/l7-next/SKILL.md

Conduct one intent through inspection, implementation, verification, repair, self-review, and a review-ready handoff without exposing a skill graph.

l7-opsskills/l7-ops/SKILL.md

Operate a live product using SLOs, incidents, feedback, and prioritized fixes without mandatory report generation.

l7-releaseskills/l7-release/SKILL.md

Validate a real release boundary or perform opt-in team assurance without imposing an independent-audit gate on solo development.

l7-reviewskills/l7-review/SKILL.md

Review an ad-hoc implementation with targeted, risk-proportionate checks and escalate only concrete high-risk gaps.

l7-storybookskills/l7-storybook/SKILL.md

Explain multi-tenant product behavior and unresolved decisions without turning narrative work into an approval chain.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "level7-dev-loop",
  "version": "0.1.0-dev.5",
  "description": "One-intent solo development: inspect, implement, test, repair, self-review, and hand off with optional team assurance.",
  "author": {
    "name": "Level 7 Engineering"
  },
  "homepage": "https://github.com/addressanup/level7-dev-loop#readme",
  "repository": "https://github.com/addressanup/level7-dev-loop",
  "license": "MIT",
  "keywords": [
    "workflow",
    "architecture",
    "release",
    "risk-tier",
    "ux",
    "multi-tenant"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Level 7 Dev Loop",
    "shortDescription": "One intent to a tested handoff",
    "longDescription": "Solo-first development conductor for inspect, implement, test, repair, self-review, and review-ready handoff. Team assurance is opt-in. No provider support, installation, or release claim is implied.",
    "developerName": "Level 7 Engineering",
    "category": "Developer Tools",
    "defaultPrompt": [
      "Use l7-next to implement and verify this change end to end",
      "Use l7-next to continue the current repository work",
      "Use l7-release for an actual release boundary or configured team review"
    ]
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "level7-dev-loop",
  "displayName": "Level 7 Dev Loop",
  "version": "0.1.0-dev.5",
  "description": "One-intent solo development: inspect, implement, test, repair, self-review, and hand off with optional team assurance.",
  "author": {
    "name": "Level 7 Engineering"
  },
  "homepage": "https://github.com/addressanup/level7-dev-loop#readme",
  "repository": "https://github.com/addressanup/level7-dev-loop",
  "license": "MIT",
  "keywords": [
    "workflow",
    "architecture",
    "release",
    "risk-tier",
    "ux",
    "multi-tenant"
  ]
}

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

[level7-dev-loop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/level7-dev-loop)