@dzhechkov/p-replicator 1.5.5 → 1.5.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/p-replicator",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "P-Replicator — Claude Code toolkit for AI-assisted product development (Vibe Coding). Full /replicate pipeline, 10 modular skills (194K+ chars), /harvest knowledge extraction, swarm agents, quality gates, security patterns, cross-project learning.",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -3,11 +3,14 @@ name: explore
|
|
|
3
3
|
description: >
|
|
4
4
|
Adaptive task exploration and clarification skill for transforming vague
|
|
5
5
|
requests into actionable specifications. Use when a user presents any task,
|
|
6
|
-
problem, or goal that requires clarification before execution. Triggers on
|
|
7
|
-
ambiguous requests, complex multi-part tasks, "I want to...", "help me with...",
|
|
8
|
-
strategic decisions, product ideas, creative briefs, and any situation where
|
|
9
|
-
understanding the real need is essential before proposing solutions. Does NOT
|
|
6
|
+
problem, or goal that requires clarification before execution. Triggers on
|
|
7
|
+
ambiguous requests, complex multi-part tasks, "I want to...", "help me with...",
|
|
8
|
+
strategic decisions, product ideas, creative briefs, and any situation where
|
|
9
|
+
understanding the real need is essential before proposing solutions. Does NOT
|
|
10
10
|
provide solutions until task is fully explored.
|
|
11
|
+
trust_tier: 1
|
|
12
|
+
trust_tier_label: "Structured"
|
|
13
|
+
trust_tier_path: "Run /bto-test to promote to Tier 2"
|
|
11
14
|
---
|
|
12
15
|
|
|
13
16
|
# Explore: Adaptive Task Clarification
|
|
@@ -210,6 +213,6 @@ Once validated, either:
|
|
|
210
213
|
|
|
211
214
|
After exploration, this skill can hand off to:
|
|
212
215
|
- problem-solver-enhanced (for complex problems)
|
|
213
|
-
- goap-research
|
|
216
|
+
- goap-research (for research tasks)
|
|
214
217
|
- frontend-design (for UI/product tasks)
|
|
215
218
|
- Any implementation skill with the structured Task Brief
|