Multi-model code development workflow

ccg-workflowskillsetup L20
npm:ccg-workflow
What it does

Execute code-generation workflow via LLM

Best for

Rapidly generating boilerplate, test stubs, and documentation from a specification without manual typing

Inputs
  • · Code specification (requirements, examples)
  • · Target language
Outputs
  • · Generated code
  • · Test suite
  • · Documentation
Requires
  • · LLM (Claude)
  • · Code parser/formatter
  • · Test framework
Preconditions

Spec is clear and examples provided; target language supported

Failure modes
  • · Spec contradicts itself
  • · Generated code doesn't compile
  • · Test coverage incomplete
Trust signals
  • · Includes generated tests
  • · Code formatted/linted
  • · Doc examples match generated API