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
Migrate to coderabbitai/agentic-patterns: repo + domain refs, tier-vocab docs
- Repo references dmoka/sdlc-workflows → coderabbitai/agentic-patterns
- Site domain agentic-sdlc.dev / agenticsdlc.dev → agenticpatterns.io
- package.json name → agentic-patterns
- Fix stale tier vocabulary in README/CONTRIBUTING/PR-template
(universal/multi-file/tool-specific/concept → snippet/framework/tool)
to match SCHEMA.md and the validator
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing a workflow
2
2
3
-
This is the contribution surface for [agentic-sdlc.dev](https://agentic-sdlc.dev). Every `.mdx` file you add under [`workflows/`](./workflows) becomes a card on the site within ~2 minutes of merge.
3
+
This is the contribution surface for [agenticpatterns.io](https://agenticpatterns.io). Every `.mdx` file you add under [`workflows/`](./workflows) becomes a card on the site within ~2 minutes of merge.
4
4
5
5
## TL;DR
6
6
@@ -24,7 +24,7 @@ Use this when there's an authoritative external doc you'd just point readers to
24
24
title: My Tool — My Workflow Name
25
25
tagline: One sentence describing what this workflow does and when it shines.
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# sdlc-workflows
1
+
# agentic-patterns
2
2
3
-
The open-source workflow catalog behind **[Agentic Software Development](https://agentic-sdlc.dev)**.
3
+
The open-source workflow catalog behind **[Agentic Software Development](https://agenticpatterns.io)**.
4
4
5
-
Each `.mdx` file under [`workflows/`](./workflows) is a copy-pasteable orchestration recipe for AI coding agents — Ralph, Spec Kit, PIV Loop, AGENTS.md, Antfarm, and 30+ others. The site at [agentic-sdlc.dev](https://agentic-sdlc.dev) renders these into card-grid + detail pages with an "Open in ChatGPT / Claude" menu.
5
+
Each `.mdx` file under [`workflows/`](./workflows) is a copy-pasteable orchestration recipe for AI coding agents — Ralph, Spec Kit, PIV Loop, AGENTS.md, Antfarm, and 30+ others. The site at [agenticpatterns.io](https://agenticpatterns.io) renders these into card-grid + detail pages with an "Open in ChatGPT / Claude" menu.
Copy file name to clipboardExpand all lines: SCHEMA.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ related:
79
79
workflows: [] # slugs of sibling workflows
80
80
```
81
81
82
-
**Note:** the slugs must exist on the main site. If you're unsure what slugs are available, check the live site at [agentic-sdlc.dev](https://agentic-sdlc.dev) — each detail page URL ends with its slug.
82
+
**Note:** the slugs must exist on the main site. If you're unsure what slugs are available, check the live site at [agenticpatterns.io](https://agenticpatterns.io) — each detail page URL ends with its slug.
83
83
84
84
Don't worry about being exhaustive. 3–6 strong links across 2–3 sections is better than 30 weak ones. The validator caps at 3 per section; extras are dropped.
85
85
@@ -95,7 +95,7 @@ When in doubt, pick `tool` — it's the most common.
95
95
96
96
## `review_gate` shape
97
97
98
-
Optional. When present, renders a compact rubric on the detail page showing how this workflow answers the three questions of [The Review Gate](https://agenticsdlc.dev/the-review-gate). Non-tool answers (CI, lint, human review, type-system) are first-class options — "tool-assisted" is one option among five.
98
+
Optional. When present, renders a compact rubric on the detail page showing how this workflow answers the three questions of [The Review Gate](https://agenticpatterns.io/the-review-gate). Non-tool answers (CI, lint, human review, type-system) are first-class options — "tool-assisted" is one option among five.
0 commit comments