intent-finish

Generate a summary and git diff, update status, and archive completed development intents.

2|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sejas/ai-code-skills --skill intent-finish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intent-finish
Source: https://github.com/sejas/ai-code-skills/tree/main/plugins/intents/commands/intent-finish
Command: npx skills add https://github.com/sejas/ai-code-skills --skill intent-finish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of marking development intents as complete, ensuring all necessary documentation, code diffs, and status updates are handled systematically.

Core Features & Use Cases

  • Automated Documentation: Generates concise summaries and captures code changes for completed intents.
  • Status Management: Updates intent status to "Completed" and moves them to an archive.
  • Use Case: After finishing a feature, use this skill to automatically create a summary of the work, generate a diff of the changes, and mark the intent as done, ready for review.

Quick Start

Mark the current intent as complete and generate its summary and diff.

Frequently Asked Questions about intent-finish

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

FAQPage Schema
How do I automate git diff generation and summary creation when completing a development intent?

To automate intent completion, this Skill marks a development intent as complete by generating a concise summary, capturing code changes via git diff, and updating the task status. It systematically handles the documentation required for finished features.

What is the best way to archive completed development tasks in a git repository?

The best way to archive completed development tasks is using a structured intent workflow that automatically updates the status to "Completed" and moves the intent files to an archive directory within your git repository.

Do I need a predefined directory structure to manage task status and completion?

Yes, you need a predefined intent directory structure for status management. The Skill relies on this existing structure to locate your active intents, update their status, and move them to the archive upon completion.

Can I use this to document code changes for finished features without manual git commands?

Yes, you can document code changes for finished features without manual git commands. The Skill requires git and automatically captures the code diff for the completed intent, appending it directly to the generated documentation.

Does this task completion workflow work without git installed?

No, this workflow does not work without git installed. The Skill explicitly requires git for diff generation to capture the code changes needed for the automated intent completion documentation.

When should I use an automated intent completion tool in my software engineering workflow?

You should use an automated intent completion tool when your software engineering workflow requires structured task completion and documentation. It is ideal for ensuring consistent summaries and code diffs are archived immediately after finishing a feature.