Steering documents for development workflow automation, CI/CD integration, and process optimization.
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.
| 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 |
Workflow steering documents will help you:
-
Automate repetitive development tasks
-
Enforce standards through automation
-
Set up CI/CD pipelines
-
Standardize team workflows
# Copy a workflow steering document to your project
cp categories/workflows/git-hooks.md .kiro/steering/
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
-
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
-
Code Quality - Standards enforced by workflows
-
Testing - Automated testing in CI/CD
-
Security - Security scanning in pipelines
Workflow automation patterns are valuable for improving team productivity. Share your workflow steering documents by following our contribution guidelines.