← ClaudeAtlas

generate-outputlisted

Create the deliverable (code, documentation, tests, content) following the user's standards and best practices. Use after validation passes to actually build the work product.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 79
Install: claude install-skill aiskillstore/marketplace
# Generate Output Skill ## Purpose Transforms validated requirements into actual deliverables (code, documentation, tests, content). This skill follows the user's principles and common patterns defined in their standards. ## What to Do 1. **Read the validated requirements** from the previous step 2. **Load the project type's standards** (from standards.json) to understand their principles and patterns 3. **Generate the deliverable** based on: - User's specific requirements - Their saved principles for this project type - Their common patterns (what they always do) - Best practices for this type of work 4. **Follow their patterns** - If they defined common patterns, include them: - Example: "Always include error handling" → include it - Example: "Always write JSDoc comments" → include it 5. **Create complete, ready-to-use output** ## Project Type Specific Guidance ### Code Features - Write complete, production-ready code - Include prop types, type annotations, or schema validation - Include error handling - Add comments for complex logic - Include example usage or test case - Follow their coding standards (naming, structure, patterns) ### Documentation - Clear structure with headers - Include purpose/overview at top - Add examples and use cases - Include troubleshooting if applicable - Link related documentation - Use their documentation template if defined ### Refactoring - Show the "before" code - Show the "after" refactored code - Explain the impro