|
1 | | -# Examples |
| 1 | +# Sample Workflows |
2 | 2 |
|
3 | 3 | **Demonstrator Research & Planning Workflows** |
4 | | -- [📚 Weekly Research](https://github.com/githubnext/agentics?tab=readme-ov-file#-weekly-research) - Collect research updates and industry trends |
5 | | -- [👥 Daily Team Status](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-team-status) - Assess repository activity and create status reports |
6 | | -- [📋 Daily Plan](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-plan) - Update planning issues for team coordination |
7 | | -- [🏷️ Issue Triage](https://github.com/githubnext/agentics?tab=readme-ov-file#️-issue-triage) - Triage issues and pull requests |
| 4 | +- [📚 Weekly Research](https://github.com/githubnext/agentics/blob/main/docs/weekly-research.md) - Collect research updates and industry trends |
| 5 | +- [👥 Daily Team Status](https://github.com/githubnext/agentics/blob/main/docs/daily-team-status.md) - Assess repository activity and create status reports |
| 6 | +- [📋 Daily Plan](https://github.com/githubnext/agentics/blob/main/docs/daily-plan.md) - Update planning issues for team coordination |
| 7 | +- [🏷️ Issue Triage](https://github.com/githubnext/agentics/blob/main/docs/issue-triage.md) - Triage issues and pull requests |
8 | 8 |
|
9 | 9 | **Demonstrator Coding & Development Workflows** |
10 | | -- [📦 Daily Dependency Updater](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-dependency-updater) - Update dependencies and create pull requests |
11 | | -- [📖 Regular Documentation Update](https://github.com/githubnext/agentics?tab=readme-ov-file#-regular-documentation-update) - Update documentation automatically |
12 | | -- [🔍 Daily QA](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-qa) - Perform quality assurance tasks |
13 | | -- [🧪 Daily Test Coverage Improver](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-test-coverage-improver) - Improve test coverage by adding meaningful tests to under-tested areas |
14 | | -- [⚡ Daily Performance Improver](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-performance-improver) - Analyze and improve code performance through benchmarking and optimization |
15 | | -- [🔍 Daily Accessibility Review](https://github.com/githubnext/agentics?tab=readme-ov-file#-daily-accessibility-review) - Review application accessibility |
| 10 | +- [📦 Daily Dependency Updater](https://github.com/githubnext/agentics/blob/main/docs/daily-dependency-updater.md) - Update dependencies and create pull requests |
| 11 | +- [📖 Regular Documentation Update](https://github.com/githubnext/agentics/blob/main/docs/regular-documentation-update.md) - Update documentation automatically |
| 12 | +- [🔍 Daily QA](https://github.com/githubnext/agentics/blob/main/docs/daily-qa.md) - Perform quality assurance tasks |
| 13 | +- [🧪 Daily Test Coverage Improver](https://github.com/githubnext/agentics/blob/main/docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas |
| 14 | +- [⚡ Daily Performance Improver](https://github.com/githubnext/agentics/blob/main/docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization |
| 15 | +- [🔍 Daily Accessibility Review](https://github.com/githubnext/agentics/blob/main/docs/daily-accessibility-review.md) - Review application accessibility |
0 commit comments