# unknown > Produce an implementation brief derived from the target idea prompt. - Author: Phil Bennett - Repository: BennettPhil/skill-tool-that-generates-language-specific-gi-f3ffg4874 - Version: 20260208052801 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/BennettPhil/skill-tool-that-generates-language-specific-gi-f3ffg4874 - Web: https://mule.run/skillshub/@@BennettPhil/skill-tool-that-generates-language-specific-gi-f3ffg4874~unknown:20260208052801 --- --- name: tool-that-generates-language-specific-gi-f3ffg4874 description: Generate a structured implementation brief for: A tool that generates language-specific .gitignore files. Given a language, fram version: 0.1.0 license: Apache-2.0 --- # tool-that-generates-language-specific-gi-f3ffg4874 ## 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 ```