Skip to content

Commit f453f68

Browse files
committed
Merge PR #135: Add Zagrosi Forge (Closes #135)
2 parents 9a569d7 + 8cd3c56 commit f453f68

44 files changed

Lines changed: 8330 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/plugins/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,21 @@
602602
"category": "Development & Workflow",
603603
"description": "Structured AI writing workflow for planning, critique, revision, translation, style distillation, and opt-in local preference learning."
604604
},
605+
{
606+
"name": "zagrosi-forge",
607+
"displayName": "Zagrosi Forge",
608+
"source": {
609+
"source": "local",
610+
"path": "./plugins/zagrosi-code/zagrosi-forge"
611+
},
612+
"policy": {
613+
"installation": "AVAILABLE",
614+
"authentication": "ON_INSTALL"
615+
},
616+
"category": "Development & Workflow",
617+
"description": "Decompose broad project briefs into researched plans and implement sectioned work with TDD, quality gates, and traceability.",
618+
"icon": "./plugins/zagrosi-code/zagrosi-forge/assets/icon.svg"
619+
},
605620
{
606621
"name": "amq-cli",
607622
"displayName": "Agent Message Queue",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
171171
- [Universal Design Principles](https://github.com/HDeibler/universal-design-principles) - Cross-agent UX and product-design marketplace with a root Codex collection plugin, five focused plugin bundles, and 137 Agent Skills for design review, accessibility, layout, interaction, cognition, and product polish.
172172
- [VibePortrait](https://github.com/dadwadw233/VibePortrait) - Developer personality portrait generator — analyzes AI conversation history to produce MBTI type (16 color themes), capability radar, developer rating, 3-dimension famous match, and a persona skill that lets any AI "think like you".
173173
- [Writer's Loop](https://github.com/xxsang/writers-loop) - Structured AI writing workflow for planning, critique, revision, translation, style distillation, and opt-in local preference learning.
174+
- [Zagrosi Forge](https://github.com/zagrosi-code/zagrosi-forge) - Decompose broad project briefs into researched plans and implement sectioned work with TDD, quality gates, and traceability.
174175
### Tools & Integrations
175176

176177
- [Agent Message Queue](https://github.com/avivsinai/agent-message-queue) - File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.

plugins.json

Lines changed: 12 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
5-
"last_updated": "2026-05-20",
6-
"total": 85,
5+
"last_updated": "2026-05-19",
6+
"total": 81,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -39,16 +39,6 @@
3939
"source": "awesome-codex-plugins",
4040
"install_url": "https://raw.githubusercontent.com/boshu2/agentops/HEAD/.codex-plugin/plugin.json"
4141
},
42-
{
43-
"name": "agenttrace",
44-
"url": "https://github.com/luoyuctl/agenttrace",
45-
"owner": "luoyuctl",
46-
"repo": "agenttrace",
47-
"description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.",
48-
"category": "Development & Workflow",
49-
"source": "awesome-codex-plugins",
50-
"install_url": "https://raw.githubusercontent.com/luoyuctl/agenttrace/HEAD/.codex-plugin/plugin.json"
51-
},
5242
{
5343
"name": "Antigravity Workspace Template",
5444
"url": "https://github.com/study8677/antigravity-workspace-template",
@@ -69,16 +59,6 @@
6959
"source": "awesome-codex-plugins",
7060
"install_url": "https://raw.githubusercontent.com/archcore-ai/plugin/HEAD/.codex-plugin/plugin.json"
7161
},
72-
{
73-
"name": "Atelier Arith Julia Development Skills",
74-
"url": "https://github.com/AtelierArith/atelier-arith-julia-development-skills",
75-
"owner": "AtelierArith",
76-
"repo": "atelier-arith-julia-development-skills",
77-
"description": "Codex skills for Julia installation, package creation, app creation, and test workflows.",
78-
"category": "Development & Workflow",
79-
"source": "awesome-codex-plugins",
80-
"install_url": "https://raw.githubusercontent.com/AtelierArith/atelier-arith-julia-development-skills/HEAD/.codex-plugin/plugin.json"
81-
},
8262
{
8363
"name": "Bring Your AI Migration Auditor",
8464
"url": "https://github.com/unitedideas/bringyour-mcp",
@@ -209,16 +189,6 @@
209189
"source": "awesome-codex-plugins",
210190
"install_url": "https://raw.githubusercontent.com/ejentum/ejentum-mcp/HEAD/.codex-plugin/plugin.json"
211191
},
212-
{
213-
"name": "Everything OpenAI Codex",
214-
"url": "https://github.com/mturac/everything-openai-codex",
215-
"owner": "mturac",
216-
"repo": "everything-openai-codex",
217-
"description": "EOC is an open-source operating system for Codex workflows with 200+ skills, agents, hooks, rules, memory, safety gates, install profiles, and cross-harness adapters.",
218-
"category": "Development & Workflow",
219-
"source": "awesome-codex-plugins",
220-
"install_url": "https://raw.githubusercontent.com/mturac/everything-openai-codex/HEAD/.codex-plugin/plugin.json"
221-
},
222192
{
223193
"name": "Frappe Agent",
224194
"url": "https://github.com/Dkm0315/frappe-agent",
@@ -419,6 +389,16 @@
419389
"source": "awesome-codex-plugins",
420390
"install_url": "https://raw.githubusercontent.com/xxsang/writers-loop/HEAD/.codex-plugin/plugin.json"
421391
},
392+
{
393+
"name": "Zagrosi Forge",
394+
"url": "https://github.com/zagrosi-code/zagrosi-forge",
395+
"owner": "zagrosi-code",
396+
"repo": "zagrosi-forge",
397+
"description": "Decompose broad project briefs into researched plans and implement sectioned work with TDD, quality gates, and traceability.",
398+
"category": "Development & Workflow",
399+
"source": "awesome-codex-plugins",
400+
"install_url": "https://raw.githubusercontent.com/zagrosi-code/zagrosi-forge/HEAD/.codex-plugin/plugin.json"
401+
},
422402
{
423403
"name": "Agent Message Queue",
424404
"url": "https://github.com/avivsinai/agent-message-queue",
@@ -449,16 +429,6 @@
449429
"source": "awesome-codex-plugins",
450430
"install_url": "https://raw.githubusercontent.com/matk0shub/apple-productivity-mcp/HEAD/plugins/apple-calendar/.codex-plugin/plugin.json"
451431
},
452-
{
453-
"name": "ArmorCodex",
454-
"url": "https://github.com/armoriq/armorCodex",
455-
"owner": "armoriq",
456-
"repo": "armorCodex",
457-
"description": "Intent-based security for Codex with MCP plan registration, policy gating, CSRG cryptographic proofs, and audit logging on Bash and apply_patch.",
458-
"category": "Tools & Integrations",
459-
"source": "awesome-codex-plugins",
460-
"install_url": "https://raw.githubusercontent.com/armoriq/armorCodex/HEAD/plugins/armorcodex/.codex-plugin/plugin.json"
461-
},
462432
{
463433
"name": "AxonFlow",
464434
"url": "https://github.com/getaxonflow/axonflow-codex-plugin",
@@ -779,16 +749,6 @@
779749
"source": "awesome-codex-plugins",
780750
"install_url": "https://raw.githubusercontent.com/jingjing2222/rust-reverse-engineering-skill/HEAD/.codex-plugin/plugin.json"
781751
},
782-
{
783-
"name": "SeparateWeb Capture",
784-
"url": "https://github.com/AUN-PN/SeparateWeb",
785-
"owner": "AUN-PN",
786-
"repo": "SeparateWeb",
787-
"description": "Give Codex eyes on real webpages with full-page screenshots, UI crops, and JSON manifests for frontend visual QA.",
788-
"category": "Tools & Integrations",
789-
"source": "awesome-codex-plugins",
790-
"install_url": "https://raw.githubusercontent.com/AUN-PN/SeparateWeb/HEAD/plugins/separateweb-capture/.codex-plugin/plugin.json"
791-
},
792752
{
793753
"name": "sitemd",
794754
"url": "https://github.com/sitemd-cc/sitemd",
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "zagrosi",
3+
"interface": {
4+
"displayName": "Zagrosi"
5+
},
6+
"plugins": [
7+
{
8+
"name": "zagrosi-forge",
9+
"source": {
10+
"source": "local",
11+
"path": "./"
12+
},
13+
"policy": {
14+
"installation": "AVAILABLE",
15+
"authentication": "ON_INSTALL"
16+
},
17+
"category": "Coding"
18+
}
19+
]
20+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "zagrosi-forge",
3+
"version": "0.2.0",
4+
"description": "Zagrosi Forge Codex-native project decomposition, planning, quality gates, traceability, and TDD implementation skills.",
5+
"author": {
6+
"name": "Zagrosi",
7+
"url": "https://github.com/zagrosi-code"
8+
},
9+
"homepage": "https://github.com/zagrosi-code/zagrosi-forge",
10+
"repository": "https://github.com/zagrosi-code/zagrosi-forge",
11+
"license": "MIT",
12+
"keywords": [
13+
"codex",
14+
"planning",
15+
"tdd",
16+
"implementation",
17+
"code-review",
18+
"skills"
19+
],
20+
"skills": "./skills/",
21+
"scripts": "./scripts/",
22+
"interface": {
23+
"displayName": "Zagrosi Forge",
24+
"shortDescription": "Plan and implement complex work with TDD",
25+
"longDescription": "Zagrosi Forge provides three Codex-native workflows: decompose broad chat ideas or project briefs into focused specs, create reviewed TDD implementation plans, and implement generated sections with tests, review, documentation, git hygiene, quality gates, traceability, risk registers, decision logs, and Forge helper checks.",
26+
"developerName": "Zagrosi",
27+
"category": "Coding",
28+
"capabilities": [
29+
"Interactive",
30+
"Write"
31+
],
32+
"composerIcon": "./assets/icon.svg",
33+
"websiteURL": "https://github.com/zagrosi-code/zagrosi-forge",
34+
"privacyPolicyURL": "https://github.com/zagrosi-code/zagrosi-forge",
35+
"termsOfServiceURL": "https://github.com/zagrosi-code/zagrosi-forge",
36+
"defaultPrompt": [
37+
"Use $zagrosi-forge:zagrosi-project to split this project idea into planning specs",
38+
"Use $zagrosi-forge:zagrosi-plan to create a reviewed TDD implementation plan",
39+
"Use $zagrosi-forge:zagrosi-implement to build these sections with TDD"
40+
],
41+
"brandColor": "#0F766E",
42+
"screenshots": [
43+
"./assets/readme-hero.svg",
44+
"./assets/readme-workflow.svg"
45+
]
46+
}
47+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.git/
2+
.venv/
3+
.pytest_cache/
4+
__pycache__/
5+
planning/
6+
reports/
7+
dist/
8+
build/
9+
*.pyc
10+
*.pyo
11+
*.log
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Zagrosi
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# NOTICE
2+
3+
## Attribution
4+
5+
Zagrosi Forge is a Codex-native redesign inspired by Pierce Lamb's MIT-licensed
6+
Deep Trilogy Claude Code plugins:
7+
8+
| Upstream Project | Repository |
9+
|------------------|------------|
10+
| Deep Project | https://github.com/piercelamb/deep-project |
11+
| Deep Plan | https://github.com/piercelamb/deep-plan |
12+
| Deep Implement | https://github.com/piercelamb/deep-implement |
13+
14+
## Adapted Ideas
15+
16+
The following high-level ideas informed this package:
17+
18+
- decomposing broad project briefs into smaller planning units
19+
- generating implementation plans before code changes
20+
- sectionizing work into implementation-ready markdown files
21+
- encouraging test-first implementation and code review
22+
- preserving durable workflow artifacts on disk
23+
24+
## Zagrosi Forge Changes
25+
26+
This package is not a direct copy of those projects. It replaces
27+
Claude-specific workflow assumptions with Codex-native behavior:
28+
29+
- Codex skill packaging under `skills/`
30+
- resumable state inferred from files on disk
31+
- deterministic Python helper commands in `scripts/zagrosi_skills.py`
32+
- Forge metadata via `FORGE_META`
33+
- quality profiles, strict gates, SARIF/JSONL export, trace exports, and
34+
dependency-aware section helpers
35+
- backward-compatible parsing and helper aliases for migrated `deep-*` artifacts
36+
37+
## License
38+
39+
Zagrosi Forge is distributed under the MIT License. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)