@waltcow/claude-code-spec-workflow
Version:
Automated spec-driven workflow for Claude Code. Transforms feature ideas into complete implementations through Requirements → Design → Tasks → Implementation.
8 lines • 434 B
TypeScript
export declare function getSpecCreateCommand(): string;
export declare function getSpecRequirementsCommand(): string;
export declare function getSpecDesignCommand(): string;
export declare function getSpecTasksCommand(): string;
export declare function getSpecExecuteCommand(): string;
export declare function getSpecStatusCommand(): string;
export declare function getSpecListCommand(): string;
//# sourceMappingURL=commands.d.ts.map