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 151 B
#!/usr/bin/env node export declare function getSteeringContext(projectPath?: string): Promise<void>; //# sourceMappingURL=get-steering-context.d.ts.map