UNPKG

@waltcow/claude-code-spec-workflow

Version:

Automated spec-driven workflow for Claude Code. Transforms feature ideas into complete implementations through Requirements → Design → Tasks → Implementation.

6 lines 231 B
export { SpecWorkflowSetup } from './setup'; export { detectProjectType, validateClaudeCode } from './utils'; export * from './commands'; export * from './templates'; export * from './claude-md'; //# sourceMappingURL=index.d.ts.map