# unknown > Produce an implementation brief derived from the target idea prompt. - Author: Phil Bennett - Repository: BennettPhil/skill-secret-scanner-that-searches-codebases-f-6c13g0347 - Version: 20260207170555 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/BennettPhil/skill-secret-scanner-that-searches-codebases-f-6c13g0347 - Web: https://mule.run/skillshub/@@BennettPhil/skill-secret-scanner-that-searches-codebases-f-6c13g0347~unknown:20260207170555 --- --- name: secret-scanner-that-searches-codebases-f-6c13g0347 description: Generate a structured implementation brief for: A secret scanner that searches codebases for accidentally committed secrets like version: 0.1.0 license: Apache-2.0 --- # secret-scanner-that-searches-codebases-f-6c13g0347 ## Purpose Produce an implementation brief derived from the target idea prompt. ## Contract Source See `tests/cases.md`. ## Behavior Guarantees - Supports `brief` and `detailed` modes. - Supports `markdown` and `json` output. - Emits usage errors for invalid mode/format values. ## CLI Reference - `--mode brief|detailed` - `--format markdown|json` - `--topic ` - `--context ` Exit codes: - `0` success - `2` usage/validation errors ## Validation Flow Run: ```bash ./scripts/test.sh ```