spec-kitty.tasks-finalize

Finalize Spec Kitty tasks by validating dependencies, updating metadata, and committing artifacts.

1|1|Updated May 1, 2026
One-click install
npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-tasks-finalize-stijn-dejongh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty.tasks-finalize
Source: https://github.com/stijn-dejongh/spec-kitty-design/tree/main/.agents/skills/spec-kitty.tasks-finalize
Command: npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-tasks-finalize-stijn-dejongh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the finalization process in Spec Kitty repositories, handling dependency validation, metadata updates, and artifact commits.

Core Features & Use Cases

  • Dependency Validation: Ensures all dependencies are correctly parsed and validated.
  • Metadata Update: Updates WordPress metadata with parsed dependencies and requirement references.
  • Artifact Commit: Commits all task artifacts to the target branch.
  • Use Case: When working on a Spec Kitty project, this Skill can be used to finalize tasks, ensuring all dependencies are correctly managed and metadata is up-to-date.

Quick Start

Run the finalize-tasks command from the repository root: spec-kitty agent mission finalize-tasks --json.

Frequently Asked Questions about spec-kitty.tasks-finalize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task finalization in a Spec Kitty repository?

Automate task finalization by running the finalize-tasks command from the repository root, which validates dependencies, updates metadata, and commits artifacts automatically through the Spec Kitty agent.

What does dependency validation do when finalizing tasks in git repositories?

Dependency validation ensures all dependencies are correctly parsed and validated during task finalization, detecting dependency cycles and invalid references before committing artifacts to the target branch.

How do I commit task artifacts and update metadata automatically?

Commit task artifacts and update metadata automatically by running the finalize-tasks command, which handles requirement mapping and commits all artifacts to the target git branch.

Can I use this task finalization process without the Spec Kitty agent?

No, task finalization requires access to both the repository and the Spec Kitty agent to validate dependencies, update metadata, and commit artifacts successfully.

How are dependency cycles and invalid references handled during task finalization?

Dependency cycles and invalid references are detected during the dependency validation phase, preventing artifacts with broken requirement mappings from being committed to the target branch.

Does task finalization update WordPress metadata with parsed dependencies?

Yes, task finalization updates WordPress metadata with parsed dependencies and requirement references, ensuring all metadata reflects the validated dependency state before committing artifacts.