plan-explore
25Skill Claude CodeCodex
A discussion and research mode for exploring ideas before or during a plan. It helps clarify requirements without making calls to Notion.
Skill Claude CodeCodex
A discussion and research mode for exploring ideas before or during a plan. It helps clarify requirements without making calls to Notion.
Skill Claude CodeCodex
A helper that reads CREW's task state and recommends the next planning command. A spec is a written project specification, and CREW is the project system referenced by the description.
Skill Claude CodeCodex
A code-review workflow for tasks described in .spec files, using three agents to review logic, quality, and performance and then check one another’s findings.
Skill Claude CodeCodex
A security-scanning workflow that checks code with rule-based, context-aware, and attacker-focused reviews. It covers common web risks such as SQL injection, cross-site scripting, access-control mistakes, and exposed sensitive data.
Skill Claude CodeCodex
An interactive setup guide for a Feature Workflow Plugin. It produces a configuration file that other skills can use.
Skill Claude CodeCodex
A skill for detecting or interactively creating a custom technology stack, meaning the languages, frameworks, and project layers used by a codebase. It writes scanning rules and settings for that stack.
Skill Claude CodeCodex
A task-start workflow that creates a Notion entry, planning files under .spec, and a Git branch for a feature or bug. It is triggered by the named plan-start commands or related task requests.
Skill Claude CodeCodex
A local command that lists active and completed tasks stored in the .spec directory. It does not connect to Notion.
Skill Claude CodeCodex
A manually triggered tool that synchronizes the current progress in a .spec/ directory with Notion, including deploy.sql, a file containing database deployment statements.
Skill Claude CodeCodex
A browser-based check that verifies each acceptance condition in a plan.md file. It uses Playwright, a tool for controlling a web browser, and can optionally inspect browser console and network activity.
Skill Claude CodeCodex
A planning workflow that records feature decisions and acceptance checks in `.spec/{slug}/plan.md`, with a separate SQL file for database deployment.