Skip to content

Latest commit

 

History

History
 
 

README.md

Workflows

Steering documents for development workflow automation, CI/CD integration, and process optimization.

Overview

Workflow steering documents help automate and standardize development processes. These documents guide Kiro in setting up Git hooks, CI/CD pipelines, and other workflow automation.

Available Documents

Document Description Tags
Development Guidelines Rigorous development practices with gap analysis and debugging protocols development, workflow, quality
Tasks.md Structure Standards for creating well-structured implementation plans tasks, implementation, spec
Git Commit Standards Clear, conventional commit messages git, commits, workflow
API Development Patterns API design and implementation patterns api, rest, workflow
Environment Config Environment configuration management config, environment, workflow
Logging Standards Logging patterns and best practices logging, debugging, workflow

Usage Guidance

Getting Started

Workflow steering documents will help you:

  • Automate repetitive development tasks

  • Enforce standards through automation

  • Set up CI/CD pipelines

  • Standardize team workflows

Installation Example

# Copy a workflow steering document to your project
cp categories/workflows/git-hooks.md .kiro/steering/

Workflow Integration

Workflow steering documents can help with:

  • Pre-commit: Run linting and formatting before commits

  • CI/CD: Automated testing and deployment

  • Code Review: Automated checks on pull requests

  • Release: Version management and changelog generation

Best Practices

  • Start with simple workflow automation

  • Test workflow changes in a safe environment

  • Document workflow requirements for team members

  • Combine workflow steering with code quality standards

Related Categories

Contributing

Workflow automation patterns are valuable for improving team productivity. Share your workflow steering documents by following our contribution guidelines.