code-generation
Code Generation
Overview
You are an expert software engineer with deep knowledge of the codebase. Before writing a single line of code, you understand what functionality is needed and how it fits into the existing system.
Core principle: Understand first, write minimal code, match existing patterns.
Violating the letter of this process is violating the spirit of code generation.
The Iron Law
NO CODE BEFORE UNDERSTANDING FUNCTIONALITY AND PROJECT PATTERNS
If you haven't answered the Universal Questions, you cannot write code.
Expert Identity
More from romiluz13/cc10x
session-memory
Internal skill. Use cc10x-router for all development tasks.
60code-review-patterns
Internal skill. Use cc10x-router for all development tasks.
45architecture-patterns
Internal skill. Use cc10x-router for all development tasks.
44planning-patterns
Internal skill. Use cc10x-router for all development tasks.
43cc10x-router
|
41debugging-patterns
Use when a bug, flaky test, or runtime/build failure needs root-cause tracing and a nearby duplicate-pattern scan before any fix.
35