بنقرة واحدة
spec-kitty-tasks-finalize
Validate dependencies, finalize WP metadata, and commit all task artifacts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validate dependencies, finalize WP metadata, and commit all task artifacts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use this skill to generate well-branded interfaces and assets for Spec Kitty, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Use this skill to generate, review, or work with Spec Kitty branded interfaces and design system artifacts. Triggers on: UI component work, CSS token usage, brand copy writing, Storybook story authoring, doctrine artifact authoring, or any request to produce SK-branded visual output. Also triggers for: "add a component", "write brand copy", "check token usage", "create a story".
Break a plan into work packages
| name | spec-kitty.tasks-finalize |
| description | Validate dependencies, finalize WP metadata, and commit all task artifacts. |
| user-invocable | true |
Version: 3.2.0
Run the finalization command to parse dependencies from tasks.md, validate
them, update WP frontmatter, and commit all task artifacts to the target branch.
IMPORTANT: This step works in the planning repository. NO worktrees created.
The content of the user's message that invoked this skill (everything after the skill invocation token, e.g. after /spec-kitty.<command> or $spec-kitty.<command>) is the User Input referenced elsewhere in these instructions.
You MUST consider this user input before proceeding (if not empty).
CRITICAL: Run this command from repo root:
spec-kitty agent mission finalize-tasks --json
This command will:
Requirement Refs from tasks.mddependencies and requirement_refs fieldsThe JSON output includes:
"commit_created": true/false — whether a commit was made"commit_hash" — the commit hash if created"wp_count" — number of WP files processed"dependencies_parsed" — dependency relationships found"requirement_refs_parsed" — requirement reference mapping foundmissing_requirement_refs_wps, unknown_requirement_refs, unmapped_functional_requirements)IMPORTANT — DO NOT COMMIT AGAIN AFTER THIS COMMAND:
finalize-tasks commits the files automaticallycommit_created=true, files are ALREADY committed — do not run git commit againgit status (templates, config) are UNRELATEDcommit_hash from JSON output, not by running git add/commit againProvide a concise outcome summary:
tasks.md/spec-kitty.analyze or /spec-kitty.implement)After completing this step:
dependencies field in frontmatterrequirement_refs field in frontmatterNext step: spec-kitty next --agent <name> will advance to implementation.