一键导入
speckit-tinyspec-implement
Implement a small change directly from its tinyspec file
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement a small change directly from its tinyspec file
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
Commit changes at meaningful checkpoints throughout the workflow
Extract knowledge, guidelines, and ADRs from one or more completed spec directories into the project documentation system.
Reconcile implementation drift by updating the feature's own spec, plan, and tasks
Run a session retrospective that surfaces context-management gaps and routes them to approved follow-up actions.
| name | speckit-tinyspec-implement |
| description | Implement a small change directly from its tinyspec file |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"tinyspec:commands/speckit.tinyspec.implement.md"} |
Implement a small change by following the plan and tasks in its tinyspec file. Works like /speckit.implement but optimized for single-file specs — reads one document, executes the tasks, and marks them complete.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty). The user may specify which tinyspec to implement (e.g., "logout-button") or a path to the tinyspec file.
.specify/ directoryspecs/tiny/{name}.mdspecs/tiny//speckit.tinyspec firstRead the tinyspec: Parse the tinyspec file to extract:
Read context files: Load all files listed in the Context table to understand:
Execute tasks: Work through the task list in order:
[x] in the tinyspec file after completionRun verification: After all tasks are complete:
Update tinyspec: Mark the tinyspec as complete:
**Status**: draft to **Status**: done[x][x]Report:
# TinySpec Complete: {Title}
| Field | Value |
|-------|-------|
| **Tasks completed** | {N}/{N} |
| **Files modified** | {list} |
| **Tests** | ✅ Pass / ❌ Fail |
## Changes Made
1. {What was changed in file 1}
2. {What was changed in file 2}
## Next Steps
- Review changes with `git diff`
- Commit when satisfied