UNPKG

@pimzino/claude-code-spec-workflow

Version:

Automated workflows for Claude Code. Includes spec-driven development (Requirements → Design → Tasks → Implementation) with intelligent task execution, optional steering documents and streamlined bug fix workflow (Report → Analyze → Fix → Verify). We have

3 lines 161 B
#!/usr/bin/env node export declare function getSpecContext(specName: string, projectPath?: string): Promise<void>; //# sourceMappingURL=get-spec-context.d.ts.map