project-iteration-workflow

Automate project iteration workflows from requirement analysis to PR merge.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/tomturing/skills --skill project-iteration-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-iteration-workflow
Source: https://github.com/tomturing/skills/tree/main/project-iteration-workflow
Command: npx skills add https://github.com/tomturing/skills --skill project-iteration-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the end-to-end project iteration workflow, including requirement analysis, solution design, task planning, implementation, deployment, verification, PR submission, and cleanup, while enforcing documentation standards and git worktree usage.

Core Features & Use Cases

  • End-to-end iteration management from requirement capture to PR merge, with structured phase handoffs.
  • Automated event document creation and cross-linking between requirement, solution, and task docs.
  • Git worktree-based isolated development with clear branching and cleanup rules and PR gate validations.
  • Documentation-first workflow: updates to current docs reflect changes, with change history tracking.

Quick Start

Provide a requirement and let the skill drive the entire iteration from clarification to PR merge.

Frequently Asked Questions about project-iteration-workflow

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

FAQPage Schema
How do I automate the project iteration workflow from requirement to PR merge?

Automate the project iteration workflow by providing a requirement to trigger structured phase handoffs from analysis to PR submission, enforcing documentation standards and git worktree management throughout the process.

What is the best way to manage isolated development branches for feature development and bug fixes?

Managing isolated development branches is handled through git worktree, which provides clear branching and cleanup rules to support feature development, bug fixes, and architectural changes without workspace conflicts.

How do I enforce documentation updates and change history tracking during task planning?

Enforce documentation updates by applying a documentation-first workflow that automatically creates event documents, cross-links requirement and task docs, and tracks change history during task planning and implementation.

Can I use this iteration management approach for architectural changes, or is it limited to feature development?

Iteration management applies to architectural changes, bug fixes, and feature development alike, enforcing frontmatter naming, event documentation creation, and change-history discipline across all project modification types.

Do I need a specific git setup to handle worktree management and PR gate validations?

Git worktree management requires a compatible git environment to execute isolated branching, cleanup rules, and PR gate validations, ensuring deployment and verification proceed before final PR merge.

Why does solution design require automated event document creation and cross-linking?

Solution design requires automated event document creation and cross-linking to maintain a documentation-first workflow, ensuring requirement, solution, and task docs remain synchronized and change-history discipline is enforced.