divedra-impl-workflow

Route repository changes through a design-and-implementation review loop with secret scanning.

1|Updated Nov 9, 2024
One-click install
npx skills add https://github.com/tacogips/ign --skill divedra-impl-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: divedra-impl-workflow
Source: https://github.com/tacogips/ign/tree/main/.agents/skills/divedra-impl-workflow
Command: npx skills add https://github.com/tacogips/ign --skill divedra-impl-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents risky or poorly aligned implementation work by routing changes through a structured design-to-implementation review loop, including user-facing documentation refresh and safe pre-commit secret scanning.

Core Features & Use Cases

  • Design/plan alignment then implementation: updates design documents and creates or revises an implementation plan before building.
  • Multi-stage self-review and review gates: supports iterative self-review and formal review for both design and implementation plans.
  • Documentation and verification built in: refreshes user-facing docs (including exposed workflow skill docs) and runs a staged gitleaks scan before committing and pushing.
  • Commit/push workflow add-on: generates commit messages and includes git commit and git push steps at the end of the workflow.

Quick Start

Run an implementation workflow in issue-resolution mode using the project-local workflow bundle: task divedra-design-implement -- --output json

Frequently Asked Questions about divedra-impl-workflow

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

FAQPage Schema
How do I automate a git commit and push workflow with built-in secret scanning?▼

To automate a git commit and push workflow with built-in secret scanning, this Skill routes implementation changes through a structured loop that runs staged gitleaks scans, generates commit messages, and executes git commit and git push.

Does this implementation workflow refresh documentation automatically before committing code changes?▼

Yes, this implementation workflow automatically refreshes user-facing documentation, including exposed workflow skill docs, as a built-in step before generating commit messages and pushing git changes.

What is a design-and-implementation review loop for feature development?▼

A design-and-implementation review loop for feature development is a structured workflow that updates design documents and revises implementation plans before building, supporting iterative self-review and formal review gates for both design and code.

How do I ensure bug fixes align with the original implementation plan before pushing?▼

To ensure bug fixes align with the original implementation plan before pushing, this workflow requires updating design documents and revising the implementation plan, followed by multi-stage self-review and formal review gates.

When should I avoid using a workflow-driven git commit for repository changes?▼

You should avoid using a workflow-driven git commit for repository changes that explicitly exclude workflow-driven commits, or when the modifications do not affect behavior, add functionality, or involve non-trivial refactors.

Can I run the design and implementation workflow in issue-resolution mode from the command line?▼

Yes, you can run the implementation workflow in issue-resolution mode from the command line by executing the project-local workflow bundle using the task command with JSON output formatting.