Autonomous Technical Disclosure Document (TDD) Generator for IP Protection.
multai-tdd is a Gemini CLI extension designed for MultAI developers to bridge the gap between complex software architecture (Rust/Mojo) and formal IP documentation. It autonomously navigates codebase topologies to generate submission-grade TDDs formatted for immediate review by IP counsel.
- Architectural Scouting: Identifies project root markers (
Cargo.toml,.mojo,package.json) and maps system topology. - Novelty Extraction: Zeroes in on custom algorithms, proprietary data structures, and optimization bottlenecks.
- Interactive Verification: (Optional) Interactive confirmation loop to verify "inventive steps" with the developer.
- Formal Patent Drafting: Generates formal legal-technical jargon (Background, Summary, Detailed Description, Claims).
- Epoch Evolution: Built with a metacognitive Hyperagent layer that optimizes its own instructions based on execution telemetry.
Install directly via the Gemini CLI:
gemini extensions install https://github.com/MultAI-Technologies-Inc/multai-tddGenerate a Technical Disclosure Document for a target repository:
gemini tdd --target ./my-rust-mojo-projectRun with the --interactive flag to manually confirm inventive steps identified by the agent:
gemini tdd --target ./my-rust-mojo-project --interactiveCurrently supports Markdown (default):
gemini tdd --target ./my-rust-mojo-project --format markdown- Scout: Traverses the target directory, identifies language paradigms, and generates
project_topology.json. - Interrogate: Analyzes source code for cryptographic primitives, novel mathematical layers, and custom memory management.
- Draft: Translates extracted novelty into formal patent language and outputs
TDD.md.
This project was developed using a Metacognitive Hyperagent framework. The system evolved through 4 Epochs:
- Epoch 1: Environment Hardening (TS configuration resolution).
- Epoch 2: Interactive Efficiency (Checkpoint-based logic).
- Epoch 3: Integrated Pipeline Maturity (Zero-loss context transfer).
- Epoch 4: Unified Execution & Predictive Reliability.
ISC