project-iteration

Automate end-to-end project iteration workflows from requirements to deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams execute a full project iteration workflow—from capturing requirements to deployment—using enforced documentation, structured Git worktrees, and automated PR governance.

Core Features & Use Cases

  • Full iteration lifecycle stages (initialization, requirements alignment, solution design, task planning, Git worktree setup, iterative development, documentation updates, PR submission, post-merge validation)
  • Documentation-driven governance: requirement, solution, task, and event documents plus changelogs
  • Mandatory Git worktree workflow with automated PR quality gates and CI checks
  • Automatic documentation synchronization and pitfall references to prevent regressions
  • Clear workflows for hotfixes, architecture changes, and feature delivery with auditable traces

Quick Start

Start a new iteration by telling the skill your goal and it will guide you through requirements, design, tasks, and PRs.

Frequently Asked Questions about project-iteration

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

FAQPage Schema
How do I automate a project iteration workflow from requirements to deployment with consistent documentation?

Automating project iteration workflow requires structured stages from requirements alignment to post-merge validation. This Skill enforces triple-tier documentation, Git worktree setup, and automated PR quality gates to ensure full traceability and auditable deployment governance.

How do I enforce a mandatory Git worktree workflow for feature development and PR governance?

Enforcing a mandatory Git worktree workflow ensures isolated feature development and automated PR governance. This Skill mandates worktree usage, stages task decomposition, and applies automated PR labeling with integrated quality gates for lint, tests, and CI checks.

What is documentation-driven governance for software development teams and how does it work?

Documentation-driven governance ensures every iteration stage is auditable. This Skill mandates requirement, solution, task, and event documents plus changelogs, automatically synchronizing documentation updates to prevent regressions and maintain clear traces for hotfixes and architecture changes.

Do I need to install gh and jq to run automated PR quality gates and CI checks?

Yes, you need gh and jq installed to run automated PR quality gates and CI checks. These dependencies enable the Skill to execute PR governance, apply automated PR labeling, and parse CI check results for post-merge validation.

Can I use this for hotfixes and architecture changes or is it only for regular feature delivery?

You can use this for hotfixes, architecture changes, and regular feature delivery. The Skill provides clear workflows for all these scenarios, applying integrated quality gates and auditable traces to ensure consistent governance across multiple deployment stages.

What is the best way to maintain an audit trail for code changes and post-merge validation?

Maintaining an audit trail for code changes requires synchronized documentation and automated validation. This Skill generates requirement, task, and event documents, enforces Git worktree isolation, and runs post-merge validation to guarantee traceable and auditable iterations.