@syntesseraai/opencode-feature-factory 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/building.md +2 -2
- package/agents/ff-acceptance.md +4 -4
- package/agents/ff-review.md +4 -4
- package/agents/ff-security.md +4 -4
- package/agents/ff-validate.md +2 -2
- package/agents/ff-well-architected.md +3 -3
- package/agents/planning.md +2 -2
- package/agents/research.md +5 -5
- package/agents/reviewing.md +1 -1
- package/bin/ff-deploy.js +1 -1
- package/package.json +1 -1
- package/skills/{research-methods → ff-research-methods}/SKILL.md +1 -1
package/agents/building.md
CHANGED
|
@@ -204,12 +204,12 @@ Use ff-severity-classification when making changes:
|
|
|
204
204
|
|
|
205
205
|
## Workflow
|
|
206
206
|
|
|
207
|
-
1. Load required skills (mini-plan, todo-management, severity-classification)
|
|
207
|
+
1. Load required skills (ff-mini-plan, ff-todo-management, ff-severity-classification)
|
|
208
208
|
2. Load or create implementation plan
|
|
209
209
|
3. Create todo list for execution
|
|
210
210
|
4. Execute implementation steps
|
|
211
211
|
5. Run quality checks (lint, typecheck, tests)
|
|
212
|
-
6. Self-assess changes using severity-classification
|
|
212
|
+
6. Self-assess changes using ff-severity-classification
|
|
213
213
|
7. Invoke @reviewing agent for validation
|
|
214
214
|
8. Address findings, create new todos as needed
|
|
215
215
|
9. Iterate until validation passes or only low-priority issues remain
|
package/agents/ff-acceptance.md
CHANGED
|
@@ -169,12 +169,12 @@ Use ff-severity-classification skill standards:
|
|
|
169
169
|
|
|
170
170
|
## Workflow
|
|
171
171
|
|
|
172
|
-
1. Load required skills (mini-plan, todo-management, severity-classification, report-templates)
|
|
173
|
-
2. Create mini-plan for validation approach
|
|
172
|
+
1. Load required skills (ff-mini-plan, ff-todo-management, ff-severity-classification, ff-report-templates)
|
|
173
|
+
2. Create ff-mini-plan for validation approach
|
|
174
174
|
3. Create todo list from the plan
|
|
175
175
|
4. Execute validation steps, updating todos in real-time
|
|
176
|
-
5. Use severity-classification to categorize findings
|
|
177
|
-
6. Format output using report-templates
|
|
176
|
+
5. Use ff-severity-classification to categorize findings
|
|
177
|
+
6. Format output using ff-report-templates
|
|
178
178
|
7. Mark all todos complete before finishing
|
|
179
179
|
|
|
180
180
|
Remember: Your role is to be the "gatekeeper" ensuring requirements are fully and correctly implemented before proceeding.
|
package/agents/ff-review.md
CHANGED
|
@@ -173,11 +173,11 @@ Use ff-severity-classification skill standards:
|
|
|
173
173
|
|
|
174
174
|
## Workflow
|
|
175
175
|
|
|
176
|
-
1. Load required skills (mini-plan, todo-management, severity-classification, report-templates)
|
|
177
|
-
2. Create mini-plan for review approach
|
|
176
|
+
1. Load required skills (ff-mini-plan, ff-todo-management, ff-severity-classification, ff-report-templates)
|
|
177
|
+
2. Create ff-mini-plan for review approach
|
|
178
178
|
3. Create todo list from the plan
|
|
179
179
|
4. Execute review steps, updating todos in real-time
|
|
180
|
-
5. Identify issues and classify using severity-classification
|
|
181
|
-
6. Format output using report-templates (Code Review template)
|
|
180
|
+
5. Identify issues and classify using ff-severity-classification
|
|
181
|
+
6. Format output using ff-report-templates (Code Review template)
|
|
182
182
|
7. Mark all todos complete before finishing
|
|
183
183
|
8. Recommend delegating to other agents if specialized issues found
|
package/agents/ff-security.md
CHANGED
|
@@ -208,11 +208,11 @@ Use ff-severity-classification skill standards with security-specific definition
|
|
|
208
208
|
|
|
209
209
|
## Workflow
|
|
210
210
|
|
|
211
|
-
1. Load required skills (mini-plan, todo-management, severity-classification, report-templates)
|
|
212
|
-
2. Create mini-plan for audit approach
|
|
211
|
+
1. Load required skills (ff-mini-plan, ff-todo-management, ff-severity-classification, ff-report-templates)
|
|
212
|
+
2. Create ff-mini-plan for audit approach
|
|
213
213
|
3. Create todo list from the plan
|
|
214
214
|
4. Execute security checklist, updating todos in real-time
|
|
215
|
-
5. Identify vulnerabilities and classify using severity-classification
|
|
216
|
-
6. Format output using report-templates (Security Audit template)
|
|
215
|
+
5. Identify vulnerabilities and classify using ff-severity-classification
|
|
216
|
+
6. Format output using ff-report-templates (Security Audit template)
|
|
217
217
|
7. Mark all todos complete before finishing
|
|
218
218
|
8. Recommend delegating to other agents if additional issues found
|
package/agents/ff-validate.md
CHANGED
|
@@ -191,13 +191,13 @@ When multiple agents report findings:
|
|
|
191
191
|
## Workflow
|
|
192
192
|
|
|
193
193
|
1. Load required skills
|
|
194
|
-
2. Create mini-plan for orchestration
|
|
194
|
+
2. Create ff-mini-plan for orchestration
|
|
195
195
|
3. Create todo list for tracking agent launches
|
|
196
196
|
4. Launch all 4 agents in parallel using Task tool
|
|
197
197
|
5. As results arrive, update todos and aggregate findings
|
|
198
198
|
6. Apply severity classification to all issues
|
|
199
199
|
7. Calculate verdict based on approval criteria
|
|
200
|
-
8. Format comprehensive report using report-templates
|
|
200
|
+
8. Format comprehensive report using ff-report-templates
|
|
201
201
|
9. Mark all todos complete
|
|
202
202
|
10. Present final validation report
|
|
203
203
|
|
|
@@ -169,12 +169,12 @@ Use ff-severity-classification skill standards:
|
|
|
169
169
|
|
|
170
170
|
## Workflow
|
|
171
171
|
|
|
172
|
-
1. Load required skills (mini-plan, todo-management, severity-classification, report-templates)
|
|
173
|
-
2. Create mini-plan for reviewing all 6 pillars
|
|
172
|
+
1. Load required skills (ff-mini-plan, ff-todo-management, ff-severity-classification, ff-report-templates)
|
|
173
|
+
2. Create ff-mini-plan for reviewing all 6 pillars
|
|
174
174
|
3. Create todo list from the plan (one todo per pillar)
|
|
175
175
|
4. Review each pillar, updating todos in real-time
|
|
176
176
|
5. Score each pillar and identify issues
|
|
177
|
-
6. Format output using report-templates (Well-Architected template)
|
|
177
|
+
6. Format output using ff-report-templates (Well-Architected template)
|
|
178
178
|
7. Mark all todos complete before finishing
|
|
179
179
|
8. Invoke other agents if specialized issues found
|
|
180
180
|
|
package/agents/planning.md
CHANGED
|
@@ -157,13 +157,13 @@ Recommend escalation to full architectural planning when:
|
|
|
157
157
|
|
|
158
158
|
## Workflow
|
|
159
159
|
|
|
160
|
-
1. Load required skills (mini-plan, todo-management, report-templates)
|
|
160
|
+
1. Load required skills (ff-mini-plan, ff-todo-management, ff-report-templates)
|
|
161
161
|
2. Create todo list for planning process
|
|
162
162
|
3. Analyze requirements and mark todo complete
|
|
163
163
|
4. Assess complexity and mark todo complete
|
|
164
164
|
5. Identify files and mark todo complete
|
|
165
165
|
6. Create implementation plan
|
|
166
|
-
7. Format output using report-templates
|
|
166
|
+
7. Format output using ff-report-templates
|
|
167
167
|
8. Mark all todos complete
|
|
168
168
|
9. Hand off plan to @building agent for implementation
|
|
169
169
|
|
package/agents/research.md
CHANGED
|
@@ -19,7 +19,7 @@ You are a research specialist for Feature Factory. Your role is to investigate e
|
|
|
19
19
|
At the start of EVERY research task:
|
|
20
20
|
|
|
21
21
|
1. **Check current date** using bash `date` command
|
|
22
|
-
2. **Load the research-methods skill** for research methodology
|
|
22
|
+
2. **Load the ff-research-methods skill** for research methodology
|
|
23
23
|
3. **Load the ff-mini-plan skill** and create a research plan
|
|
24
24
|
4. **Load the ff-todo-management skill** and create a todo list
|
|
25
25
|
5. **Load the ff-report-templates skill** for output formatting
|
|
@@ -68,7 +68,7 @@ Use ff-mini-plan skill:
|
|
|
68
68
|
|
|
69
69
|
### Step 3: Execute Research
|
|
70
70
|
|
|
71
|
-
Follow the research hierarchy from research-methods skill:
|
|
71
|
+
Follow the research hierarchy from ff-research-methods skill:
|
|
72
72
|
|
|
73
73
|
1. **Web Search** (search_web) - Find current best practices and documentation
|
|
74
74
|
2. **Read URLs** (read_url) - Extract detailed information from specific pages
|
|
@@ -279,7 +279,7 @@ Structure research findings using ff-report-templates:
|
|
|
279
279
|
## Workflow
|
|
280
280
|
|
|
281
281
|
1. **Start:** Check current date with bash `date`
|
|
282
|
-
2. **Plan:** Load research-methods, ff-mini-plan skills and create research plan
|
|
282
|
+
2. **Plan:** Load ff-research-methods, ff-mini-plan skills and create research plan
|
|
283
283
|
3. **Track:** Load ff-todo-management and create todo list
|
|
284
284
|
4. **Research:** Execute research using MCP tools following hierarchy
|
|
285
285
|
5. **Synthesize:** Consolidate findings using ff-report-templates
|
|
@@ -292,7 +292,7 @@ Structure research findings using ff-report-templates:
|
|
|
292
292
|
|
|
293
293
|
```
|
|
294
294
|
1. bash: date → Sun Feb 1 18:25:00 UTC 2026
|
|
295
|
-
2. Load skills: research-methods, mini-plan, todo-management, report-templates
|
|
295
|
+
2. Load skills: ff-research-methods, ff-mini-plan, ff-todo-management, ff-report-templates
|
|
296
296
|
3. Create plan: Research RSC concepts, docs, examples, patterns
|
|
297
297
|
4. Create todos and track:
|
|
298
298
|
- [x] Check date
|
|
@@ -304,7 +304,7 @@ Structure research findings using ff-report-templates:
|
|
|
304
304
|
- read_url: "https://react.dev/reference/react/use-server"
|
|
305
305
|
- codesearch: "React Server Components examples"
|
|
306
306
|
- gh_grep: "'use server'", language: TypeScript
|
|
307
|
-
6. Format findings with report-templates
|
|
307
|
+
6. Format findings with ff-report-templates
|
|
308
308
|
7. Return structured report to invoking agent
|
|
309
309
|
```
|
|
310
310
|
|
package/agents/reviewing.md
CHANGED
|
@@ -213,7 +213,7 @@ When combining results from multiple agents:
|
|
|
213
213
|
|
|
214
214
|
## Workflow
|
|
215
215
|
|
|
216
|
-
1. Load required skills (todo-management, report-templates, severity-classification)
|
|
216
|
+
1. Load required skills (ff-todo-management, ff-report-templates, ff-severity-classification)
|
|
217
217
|
2. Create review todo list
|
|
218
218
|
3. Mark "Launch validation" as in_progress
|
|
219
219
|
4. Invoke @ff-validate agent
|
package/bin/ff-deploy.js
CHANGED
|
@@ -33,7 +33,7 @@ const DEFAULT_MCP_CONFIG = {
|
|
|
33
33
|
type: 'remote',
|
|
34
34
|
url: 'https://mcp.jina.ai/v1',
|
|
35
35
|
headers: {
|
|
36
|
-
Authorization: 'Bearer
|
|
36
|
+
Authorization: 'Bearer {env:JINAAI_API_KEY}',
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
39
|
gh_grep: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@syntesseraai/opencode-feature-factory",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"description": "OpenCode plugin for Feature Factory agents - provides sub-agents and skills for validation, review, security, and architecture assessment",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: research-methods
|
|
2
|
+
name: ff-research-methods
|
|
3
3
|
description: Research methodology for investigating external topics using MCP tools. Use this skill to search for current information, best practices, and implementation examples.
|
|
4
4
|
license: MIT
|
|
5
5
|
compatibility: opencode
|