gpt-series-reasoning-style
v1.2.0Delivery-discipline behavior overlay for AI agents: a pre-implementation gate, resource survey, evidence discipline, and hands-on acceptance. Model-agnostic; it disciplines process, it does not raise the reasoning ceiling.
By JadeYingWahLicense: MIT4 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 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 gpt-series-reasoning-style for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gpt-series-reasoning-style@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/JadeYingWah/gpt-series-reasoning-styleClone 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
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Process-discipline layer only — not a reasoning-capability booster and not GPT-specific — the name records its origin (distilled from a long series of GPT-series model dialogues). Use when coordinating multiple independent models or agents (commander / subagent / single modes), or when building any deliverable that needs structured, high-rigor execution — pre-implementation gate (13-field), resource survey, role identities, multi-agent task packages, DRI closure, trust tiers (T1/T2/T3), evidence verification, hands-on UX verification, and final acceptance. Triggers: 实现前确认, 任务包, 多Agent协作, 指挥官模式, 资源盘点, 实操验收, UNVERIFIED.
Plugin manifests1
{
"name": "gpt-series-reasoning-style",
"version": "1.2.0",
"description": "Delivery-discipline behavior overlay for AI agents: a pre-implementation gate, resource survey, evidence discipline, and hands-on acceptance. Model-agnostic; it disciplines process, it does not raise the reasoning ceiling.",
"author": {
"name": "JadeYingWah"
},
"homepage": "https://github.com/JadeYingWah/gpt-series-reasoning-style",
"repository": "https://github.com/JadeYingWah/gpt-series-reasoning-style",
"license": "MIT",
"keywords": [
"agent",
"skill",
"workflow",
"discipline",
"verification",
"governance",
"multi-agent",
"claude-code"
],
"security_note": "Contains scripts/claim-check.py, which re-runs commands from untrusted markdown claims files via shell=True. Three mitigation layers (destructive-command blacklist, interpreter default-deny, wrapper unwrap) with CI regression coverage. NOT a sandbox — review claims files before running. See SECURITY.md."
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gpt-series-reasoning-style on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gpt-series-reasoning-style)