code-forge

Solid

Generate implementation code from an approved design blueprint or verbal requirements. Composes context anchoring, architecture, clean code, DDD, security, and test quality into an inside-out implementation workflow. Use when moving from design to code, implementing approved contracts, or when the user says 'implement', 'code this', 'build it', 'forge the code', or 'generate the code'.

AI & Automation 134 stars 8 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Forge ## Required Skills Read, apply: 1. `framework:knowledge-priming` -- Load proj context (stack, arch, conventions) so impl matches real proj (always) 2. `framework:context-anchoring` -- Load/find context anchor doc; enrich as impl decisions made (always) 3. `framework:learning-harvest` -- Load prior operational learnings inform impl; harvest new patterns at session end (always) 4. `framework:collaborative-judgment` -- Surface real judgment calls w/ structured opts vs silent assume (always) 5. `framework:architecture` -- Layer place, dep direction, struct valid (always) 6. `framework:clean-code` -- Craft rails: SRP, naming, complexity, err handle (always) 7. `framework:domain-driven-design` -- Aggregates, entities, VOs, domain svcs (conditional: only when touch domain folder) 8. `framework:secure-coding` -- Trust bounds, injection prevent, secrets mgmt (conditional: only boundary-cross code) 9. `framework:test-quality` -- AAA struct, isolation, assert quality, naming (always when write tests) ## Workflow ### Step 1: Establish Implementation Context Use `framework:learning-harvest` Load behavior. Focus hint: "implementation session — focus: implementation craft, quality signals, reliability". Prior learnings about coding patterns, recurring quality issues, and failure modes inform implementation from the start — e.g., learnings say "anemic domain models keep appearing," push behavior into entities. Learnings flag "missing input validation on VOs," validate in c...

Details

Author
techygarg
Repository
techygarg/lattice
Created
3 months ago
Last Updated
3 days ago
Language
Shell
License
MIT

Related Skills