@spotsccc/agents-framework 0.1.1 → 0.1.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.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: "backlog-execution"
3
+ description: "Use this skill when the agent is implementing a single backlog item that has already passed readiness review and is ready for execution."
4
+ ---
5
+
1
6
  # Backlog Execution
2
7
 
3
8
  Use this skill when the agent is implementing a single backlog item that has already passed readiness review and is ready for execution.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: "backlog-planning"
3
+ description: "Use this skill when research exists and the next step is to create backlog task drafts for implementation."
4
+ ---
5
+
1
6
  # Backlog Planning
2
7
 
3
8
  Use this skill when research exists and the next step is to create backlog task drafts for implementation.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: "backlog-readiness"
3
+ description: "Use this skill when a backlog item must be evaluated before it is handed to an implementation agent."
4
+ ---
5
+
1
6
  # Backlog Readiness
2
7
 
3
8
  Use this skill when a backlog item must be evaluated before it is handed to an implementation agent.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: "backlog-research"
3
+ description: "Use this skill when the agent receives an idea for a feature or project that is not implementation-ready yet."
4
+ ---
5
+
1
6
  # Backlog Research
2
7
 
3
8
  Use this skill when the agent receives an idea for a feature or project that is not implementation-ready yet.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spotsccc/agents-framework",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI for scaffolding agent operating conventions, backlog workflow, and starter skills.",
5
5
  "keywords": [
6
6
  "agents",