Command
A read-only review command for checking whether a software feature’s specification, implementation plan, and task list agree. It also checks them against the project’s written rules before implementation begins.
Command
A read-only review command for checking whether a software feature’s specification, implementation plan, and task list agree. It also checks them against the project’s written rules before implementation begins.
Command
A requirements-quality checklist generator. The checklists test whether requirements are complete, clear, consistent, and ready for implementation, rather than testing the finished code.
Command
A command that asks focused questions to uncover missing decisions in a software feature specification.
Command
Command "speckit.constitution" from studyzy/tapd-ai-cli, covering 用户输入 and 概述.
Command
An implementation command that carries out every task listed in a project's tasks.md file. It checks related checklists and reads the project's implementation documents first.
Command
A command that turns a feature specification into a technical implementation plan and supporting design documents.
Command
A command that creates or updates a software feature specification from a plain-language description.
Command
A command that turns design documents for a software feature into a task list in tasks.md, ordered by dependencies.
Command
A command that turns an existing tasks.md file into ordered GitHub issues.
Skill Claude CodeCodex
A bug-fixing workflow for the tapd-ai-cli Go command-line project. It takes a bug report through analysis, an isolated work area, code changes, tests, verification, and merging into the main branch.
Instructions file CodexOpenCode
Instructions for an AI-focused Go command-line tool that connects to TAPD, Tencent’s platform for managing software projects and agile work. It covers authentication, building, testing, formatting, and linting.