@dzhechkov/p-replicator 1.5.7 → 1.5.8

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.7",
3
+ "version": "1.5.8",
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": {
@@ -11,6 +11,22 @@ Product Discovery Planning Validation Toolkit Finalize
11
11
 
12
12
  Never skip Phase 2 (Validation). Toolkit (Phase 3) MUST be built on validated documentation.
13
13
 
14
+ ### Optional: UI replication (post-pipeline)
15
+
16
+ When the goal includes rebuilding a target's **frontend** (not just the business/toolkit), the
17
+ `clone-website` skill — [`@dzhechkov/skills-website-cloner`](https://www.npmjs.com/package/@dzhechkov/skills-website-cloner),
18
+ the implementation counterpart to `reverse-engineering-unicorn` — produces a pixel-perfect
19
+ Next.js clone of a live site.
20
+
21
+ | Skill | Required | Purpose | Fallback |
22
+ |-------|----------|---------|----------|
23
+ | `clone-website` | OPTIONAL (external) | Reverse-engineer a live site → running Next.js/shadcn clone | use `frontend-design` to build a fresh UI, or skip |
24
+
25
+ **Reference, not vendored** (per ADR-0001). It is NOT one of the pre-shipped p-replicator skills
26
+ and has hard runtime prerequisites (a browser-MCP + a Next.js/shadcn/Tailwind scaffold). Install
27
+ separately: `npx @dzhechkov/skills-website-cloner init` or `dz init --select clone-website`. If
28
+ absent or its prerequisites are unmet, skip the UI-clone step and log a warning.
29
+
14
30
  ## Skill Loading Protocol
15
31
 
16
32
  When executing skills during the pipeline:
@@ -1,6 +1,9 @@
1
1
  ---
2
2
  name: goap-research-ed25519
3
3
  description: Advanced GOAP research system with Ed25519 cryptographic verification for anti-hallucination protection. Combines Goal-Oriented Action Planning with cryptographic signatures to ensure source authenticity, claim verification, and citation chain integrity. Use for high-stakes research requiring verifiable facts, competitive intelligence, legal/medical research, or any context where hallucination prevention is critical. Triggers on "verified research", "trusted sources only", "anti-hallucination", "signed sources", "cryptographic verification".
4
+ trust_tier: 1
5
+ trust_tier_label: "Structured"
6
+ trust_tier_path: "Run /bto-test to promote to Tier 2"
4
7
  ---
5
8
 
6
9
  # GOAP Research Skill with Ed25519 Verification
@@ -1,6 +1,9 @@
1
1
  ---
2
2
  name: problem-solver-enhanced
3
3
  description: Elite problem-solving system combining first principles thinking, game theory, root cause analysis, systematic frameworks AND TRIZ inventive principles for solving complex challenges. Use when facing complex challenges with unclear solutions, strategic decisions with multiple stakeholders, problems requiring breakthrough (not incremental) solutions, trade-offs that seem impossible to resolve, competitive scenarios requiring game-theoretic analysis, system design problems, or any situation requiring both analytical rigor and inventive thinking beyond surface-level solutions.
4
+ trust_tier: 1
5
+ trust_tier_label: "Structured"
6
+ trust_tier_path: "Run /bto-test to promote to Tier 2"
4
7
  ---
5
8
 
6
9
  # Elite Problem Solver (Enhanced with TRIZ)
@@ -1,6 +1,9 @@
1
1
  ---
2
2
  name: reverse-engineering-unicorn
3
3
  description: Reverse engineer any company into a launch playbook with clickable CJM prototype. Triggers on "проанализируй компанию", "reverse engineer", "разбери бизнес-модель", "playbook запуска".
4
+ trust_tier: 1
5
+ trust_tier_label: "Structured"
6
+ trust_tier_path: "Run /bto-test to promote to Tier 2"
4
7
  ---
5
8
 
6
9
  # Reverse Engineering Unicorn v2