deep-discovery
v1.0.0100-question deep discovery process: a structured self-interrogation framework for thoroughly exploring a topic, architecture, strategy, or problem space before committing to a design.
By forsonnyLicense: MIT103 GitHub starsUpdated 4 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Apr 27, 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 deep-discovery for Codex
codex plugin marketplace add forsonny/deep-discovery
codex plugin marketplace upgrade deep-discovery-marketplace
codex plugin add deep-discovery@deep-discovery-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the deep-discovery-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “deep-discovery” remain stable.
- Codex:
deep-discovery@agent-plugin-marketplace→deep-discovery@deep-discovery-marketplace
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/forsonny/deep-discoveryClone 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
├── .codex-plugin/plugin.json└── skills/deep-discovery/SKILL.md
Included Skills1
Use when the user asks for deep discovery, 100-question brainstorming, idea interrogation, architecture stress testing, strategy vetting, weakness finding, hole-poking, exhaustive exploration, planning or auditing Codex plugins or skills, or pre-commitment review of a design, plan, strategy, architecture, product, business idea, trading system, or problem space.
Plugin manifests1
{
"name": "deep-discovery",
"version": "1.0.0",
"description": "100-question deep discovery process: a structured self-interrogation framework for thoroughly exploring a topic, architecture, strategy, or problem space before committing to a design.",
"author": {
"name": "forsonny",
"url": "https://github.com/forsonny"
},
"homepage": "https://github.com/forsonny/deep-discovery",
"repository": "https://github.com/forsonny/deep-discovery.git",
"license": "MIT",
"keywords": [
"discovery",
"brainstorming",
"architecture",
"strategy",
"planning",
"review",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Deep Discovery",
"shortDescription": "Run a rigorous 100-question discovery process in Codex.",
"longDescription": "Deep Discovery packages a Codex skill for stress-testing ideas, architectures, strategies, and plans through 100 sequential self-interrogation questions, then summarizing critical issues, strengths, recommended changes, and an honest bottom line.",
"developerName": "forsonny",
"category": "Productivity",
"capabilities": [
"Skills"
],
"websiteURL": "https://github.com/forsonny/deep-discovery",
"defaultPrompt": [
"Run deep discovery on this architecture.",
"Stress test this plan with 100 questions.",
"Interrogate this strategy before I commit."
],
"brandColor": "#B91C1C"
}
}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.
[deep-discovery on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deep-discovery)