You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Investigate faults proactively and improve CI.
30
30
### Research, Status & Planning Workflows
31
31
32
32
-[🔄 Autoloop](https://github.com/githubnext/autoloop) - Loop anything in your repo to continuously research, develop and maintain
33
+
-[🧠 Repo Mind Light](docs/repo-mind-light-aw.md) - External shared workflow that gives gh-aw agents holistic repository context
33
34
-[📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
34
35
-[📊 Weekly Issue Activity](docs/weekly-issue-activity.md) - Weekly issue activity report with trend charts and recommendations
35
36
-[👥 Daily Repo Status](docs/repo-status.md) - Assess repository activity and create status reports
@@ -124,6 +125,19 @@ Shared workflow fragments are reusable building blocks that can be imported into
124
125
-**[Formatting](workflows/shared/formatting.md)** - Standard content structure with overview and collapsible details sections
125
126
-**[Reporting](workflows/shared/reporting.md)** - Guidelines for reporting workflow run information with clickable run ID links
126
127
128
+
## 🚀 Non-Coding Use Cases
129
+
130
+
While The Agentics focuses on engineering workflows, agentic workflows are equally powerful for product, operations, compliance, and leadership teams. [**Agentics Beyond Code**](https://github.com/chrizbo/agentics-beyond-code) is a companion collection built for non-engineering roles — no coding required. A few highlights:
131
+
132
+
-**[Launch Readiness Checker](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/launch-readiness.md)** — Monday morning readiness report across all launches: completeness, risk, blockers, and sign-offs
133
+
-**[Compliance Review](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/compliance-review.md)** — automated evaluation against Security, Privacy, Accessibility, and Responsible AI rubrics, with per-team status reports
134
+
-**[Weekly Status](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/weekly-status.md)** — Friday rollup of What Shipped, What We Learned, FYIs, and SOSes across all initiatives, ready for leadership
135
+
-**[Leadership Briefs](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/leadership-brief.md)** — personalized Monday briefings per leader, with Give Kudos, Give Feedback, and Get Involved sections tailored to each person's domain and management style
136
+
-**[Process Analyzer](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/process-analyzer.md)** — weekly retro that detects process drift between transcripts and how-we-work docs, surfaces automation gaps, and proposes update PRs
137
+
-**[Adversarial PM](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/adversarial-pm.md)** — weekly grumpy challenge of the team's most consequential decisions, arguing against them using pre-mortem, reversibility, and opportunity cost lenses
138
+
-**[Decision Log](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/decision-log.md)** — scans issue comments and meeting transcripts to create structured decision records
139
+
-**[GTM Content](https://github.com/chrizbo/agentics-beyond-code/blob/main/.github/workflows/gtm-content.md)** — generate and refresh changelog drafts and public roadmap items following org voice & tone guidelines
140
+
127
141
## 🔄 Updating Workflows
128
142
129
143
Keep your agentic workflows up to date with the latest features and improvements:
> For an overview of all available workflows, see the [main README](../README.md).
4
+
5
+
Repo Mind Light gives GitHub Agentic Workflows a way to query holistic repository context before they act.
6
+
7
+
Unlike most workflows in this repository, its reusable workflow packaging lives in a dedicated public distribution repository: **<https://github.com/githubnext/repo-mind-light-aw>**. That repository exists as the public workflow channel for Repo Mind Light because the original implementation repository is private and the workflow has more functionality under the hood than a typical single-file workflow.
8
+
9
+
This repository still lists it because The Agentics is a central place to discover and share useful reusable workflows.
10
+
11
+
The shared workflow prepares or restores a Repo Mind Light index, starts the Repo Mind Light MCP server, and gives consuming workflows a focused repository-context query tool.
12
+
13
+
See the [Repo Mind Light distribution repository](https://github.com/githubnext/repo-mind-light-aw) for the latest usage, configuration, permissions, timeout guidance, and operational notes. If you run into any issues or have questions about using Repo Mind Light, please open an issue in that repository.
0 commit comments