requirements
v1.0.0Requirements gathering — exhaustively interrogate a project's requirements before any code is written.
By Sebastian Sulinski0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 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 requirements for Codex
codex plugin marketplace add sebastiansulinski/claude-plugins
codex plugin marketplace upgrade sebastiansulinski-codex
codex plugin add requirements@sebastiansulinski-codexPaste and run these commands in a terminal with Codex. They add and refresh the sebastiansulinski-codex catalog, then install this plugin.
Compatibility: the page URL and API slug “requirements” remain stable.
- Codex:
requirements@agent-plugin-marketplace→requirements@sebastiansulinski-codex
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/sebastiansulinski/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/requirements/.
Plugin files
├── .codex-plugin/plugin.json└── skills/interrogate/SKILL.md
Included Skills1
Interrogate new-feature or existing-project requirements through grounded questions and a confirmed summary. Use when the user requests requirements discovery before planning; do not implement or prescribe solutions.
Plugin manifests1
{
"name": "requirements",
"version": "1.0.0",
"description": "Requirements gathering — exhaustively interrogate a project's requirements before any code is written.",
"author": {
"name": "Sebastian Sulinski",
"email": "[email protected]"
},
"skills": "./skills/",
"interface": {
"displayName": "Requirements",
"shortDescription": "Requirements gathering",
"longDescription": "Requirements gathering — exhaustively interrogate a project's requirements before any code is written.",
"developerName": "Sebastian Sulinski",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Clarify the requirements before planning implementation."
]
},
"repository": "https://github.com/sebastiansulinski/claude-plugins",
"homepage": "https://github.com/sebastiansulinski/claude-plugins#codex"
}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.
[requirements on Agent Plugins Marketplace](https://pluginsmp.com/plugins/requirements)