Skip to content

Commit 0aa830e

Browse files
committed
Add Tandem Workflow Architect
1 parent af1fca2 commit 0aa830e

51 files changed

Lines changed: 5838 additions & 1 deletion

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
@@ -335,6 +335,21 @@
335335
"category": "Development & Workflow",
336336
"description": "Hook-powered test generation -- detects files changed during an agent turn and instructs Codex to write and run tests automatically. Zero config, 8 languages."
337337
},
338+
{
339+
"name": "tandem-codex-plugin",
340+
"displayName": "Tandem Workflow Architect",
341+
"source": {
342+
"source": "local",
343+
"path": "./plugins/frumu-ai/tandem-codex-plugin"
344+
},
345+
"policy": {
346+
"installation": "AVAILABLE",
347+
"authentication": "ON_INSTALL"
348+
},
349+
"category": "Development & Workflow",
350+
"description": "Plan Tandem workflows in Codex, then validate, preview, and run them through the governed Tandem engine.",
351+
"icon": "./plugins/frumu-ai/tandem-codex-plugin/assets/icon.png"
352+
},
338353
{
339354
"name": "tartinerlabs",
340355
"displayName": "Tartiner Labs",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
136136
- [Session Orchestrator](https://github.com/Kanevry/session-orchestrator) - Session orchestration for Claude Code, Codex, and Cursor IDE — structured planning, wave-based execution, VCS integration (GitLab + GitHub), quality gates, and clean session close-out with issue tracking.
137137
- [Spec-Driven Development](https://github.com/Habib0x0/spec-driven-plugin) - Three-phase Requirements → Design → Tasks workflow for Claude Code and Codex — EARS notation acceptance criteria, autonomous execution loop, cross-spec dependencies, and post-implementation acceptance testing.
138138
- [tailtest](https://github.com/avansaber/tailtest-codex) - Hook-powered test generation -- detects files changed during an agent turn and instructs Codex to write and run tests automatically. Zero config, 8 languages.
139+
- [Tandem Workflow Architect](https://github.com/frumu-ai/tandem-codex-plugin) - Plan Tandem workflows in Codex, then validate, preview, and run them through the governed Tandem engine.
139140
- [Tartiner Labs](https://github.com/tartinerlabs/skills) - Agent skills for git workflows, GitHub automation, security audits, code refactoring, and project tooling.
140141
- [Team Skills Platform](https://github.com/Colin4k1024/tsp) - Role-based team delivery framework — Tech Lead-orchestrated 8-role system with 195+ skills, 27 specialist agents, 80+ commands, hooks, and ECC harness for Claude Code, Codex, and OpenCode.
141142
- [Tool Advisor](https://github.com/dragon1086/claude-skills) - Read-only meta-skill that scans your MCP servers, skills, plugins, and CLI tools, then suggests up to three ranked approaches (Methodical / Fast / Deep) with a copy-paste Quick Action table.

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-05-13",
6-
"total": 68,
6+
"total": 69,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -239,6 +239,16 @@
239239
"source": "awesome-codex-plugins",
240240
"install_url": "https://raw.githubusercontent.com/avansaber/tailtest-codex/HEAD/.codex-plugin/plugin.json"
241241
},
242+
{
243+
"name": "Tandem Workflow Architect",
244+
"url": "https://github.com/frumu-ai/tandem-codex-plugin",
245+
"owner": "frumu-ai",
246+
"repo": "tandem-codex-plugin",
247+
"description": "Plan Tandem workflows in Codex, then validate, preview, and run them through the governed Tandem engine.",
248+
"category": "Development & Workflow",
249+
"source": "awesome-codex-plugins",
250+
"install_url": "https://raw.githubusercontent.com/frumu-ai/tandem-codex-plugin/HEAD/.codex-plugin/plugin.json"
251+
},
242252
{
243253
"name": "Tartiner Labs",
244254
"url": "https://github.com/tartinerlabs/skills",
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "tandem-codex-plugin",
3+
"version": "0.1.3",
4+
"description": "Tandem Workflow Architect for Codex. Plan-mode design partner that helps you shape Tandem workflows (V2 automations and workflow plans) and hands them to the Tandem engine for validation, preview, and run. Plan with Codex. Govern with Tandem. Run with receipts.",
5+
"keywords": [
6+
"tandem",
7+
"workflow",
8+
"automation",
9+
"mcp",
10+
"architect",
11+
"plan-mode"
12+
],
13+
"homepage": "https://github.com/frumu-ai/tandem-codex-plugin",
14+
"repository": "https://github.com/frumu-ai/tandem-codex-plugin",
15+
"license": "MIT",
16+
"author": {
17+
"name": "frumu-ai",
18+
"url": "https://github.com/frumu-ai"
19+
},
20+
"skills": "./skills/",
21+
"mcpServers": "./.mcp.json",
22+
"commands": "./commands/",
23+
"interface": {
24+
"displayName": "Tandem Workflow Architect",
25+
"shortDescription": "Plan Tandem workflows in Codex; govern and run them in Tandem.",
26+
"longDescription": "A Codex plugin for designing Tandem workflows with plan-mode guidance, bundled Tandem docs, validation, previews, and governed execution through the Tandem engine.",
27+
"developerName": "frumu-ai",
28+
"category": "Productivity",
29+
"capabilities": [
30+
"Interactive",
31+
"Read",
32+
"Write"
33+
],
34+
"websiteURL": "https://github.com/frumu-ai/tandem-codex-plugin",
35+
"brandColor": "#2563EB",
36+
"defaultPrompt": [
37+
"Create a Tandem workflow from an intent",
38+
"Build a complex Tandem workflow DAG",
39+
"Preview or validate a Tandem workflow"
40+
],
41+
"composerIcon": "./assets/icon.png",
42+
"logo": "./assets/icon.png"
43+
}
44+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
node_modules/
2+
/plugins/
3+
/plugins/*/node_modules/
4+
dist/
5+
/plugins/*/dist/
6+
coverage/
7+
/plugins/*/coverage/
8+
.env
9+
.env.local
10+
/plugins/*/.env
11+
/plugins/*/.env.local
12+
.DS_Store
13+
.tandem/
14+
.tandem-codex/
15+
*.log
16+
*.tsbuildinfo
17+
npm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*
20+
pnpm-debug.log*
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"mcpServers": {
3+
"tandemDocs": {
4+
"url": "https://tandem.ac/mcp"
5+
}
6+
}
7+
}
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 frumu LTD
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.

0 commit comments

Comments
 (0)