Skip to content

Commit 53e42b2

Browse files
committed
Update triggers to resolve collision issues.
1 parent a429d3d commit 53e42b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

skills/build-strata-sdk-model-workflow/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: build-strata-sdk-model-workflow
3-
description: Adds a single Rails model plain ActiveRecord or a Strata SDK variant (application form, case, business process, task) — via a guided multi-agent workflow that proposes, audits, and verifies attributes before test-first implementation.
3+
description: Orchestrates adding one Rails model (plain ActiveRecord, or a Strata SDK application form, case, business process, task) as a multi-agent Workflow pipeline with attribute audit and two checkpoints. Use only when opting into orchestration.
44
---
55

66
# Build Strata SDK Model (Workflow)

skills/build-strata-sdk-model/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: build-strata-sdk-model
3-
description: Adds a single Rails model to an existing Rails app — plain ActiveRecord, or a Strata SDK variant (application form, case, business process). Use when adding one model and following test-first development.
3+
description: Adds one Rails model via a direct single-agent test-first walkthrough — plain ActiveRecord, or a Strata SDK variant (application form, case, business process). Default; for the multi-agent variant use build-strata-sdk-model-workflow.
44
---
55

66
# Build Strata SDK Model

0 commit comments

Comments
 (0)