Initialize Clean-Room Project
cleanroom_initCreates a new clean-room reimplementation project with standard directories (analysis, implementation, verification), configuration file, and audit trail. Use at the start to ensure proper separation.
Instructions
Create a new clean-room reimplementation project with the standard directory structure, config file, and audit trail. This sets up the analysis/, implementation/, and verification/ directories with proper separation. Use this at the start of a new clean-room project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (kebab-case) | |
| target | Yes | The original software being reimplemented (name + version) | |
| license | No | License for the new reimplementation | MIT |
| ai_assisted | No | Whether AI agents are involved in this project | |
| description | Yes | What is being reimplemented and why |