claude-autopm 1.13.0 → 1.13.1
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/README.md +37 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,25 +43,43 @@ ClaudeAutoPM uses a **hybrid approach** combining deterministic operations with
|
|
|
43
43
|
|
|
44
44
|
## 📺 Visual Walkthrough
|
|
45
45
|
|
|
46
|
-
See ClaudeAutoPM in action - from installation to deployment
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
46
|
+
See ClaudeAutoPM in action - from installation to deployment. **Click to expand each video:**
|
|
47
|
+
|
|
48
|
+
<details>
|
|
49
|
+
<summary><b>1️⃣ Install AutoPM</b> - Complete installation process</summary>
|
|
50
|
+
<br>
|
|
51
|
+
<img src="docs/assets/video-1.gif" width="100%" alt="Install AutoPM">
|
|
52
|
+
</details>
|
|
53
|
+
|
|
54
|
+
<details>
|
|
55
|
+
<summary><b>2️⃣ First Claude Execution</b> - Setting up and running Claude Code</summary>
|
|
56
|
+
<br>
|
|
57
|
+
<img src="docs/assets/video-2.gif" width="100%" alt="First Claude Execution">
|
|
58
|
+
</details>
|
|
59
|
+
|
|
60
|
+
<details>
|
|
61
|
+
<summary><b>3️⃣ Creation of PRD</b> - Product Requirements Document workflow</summary>
|
|
62
|
+
<br>
|
|
63
|
+
<img src="docs/assets/video-3.gif" width="100%" alt="Create PRD">
|
|
64
|
+
</details>
|
|
65
|
+
|
|
66
|
+
<details>
|
|
67
|
+
<summary><b>4️⃣ GitHub Sync and Start Working</b> - Synchronizing with GitHub and beginning tasks</summary>
|
|
68
|
+
<br>
|
|
69
|
+
<img src="docs/assets/video-4.gif" width="100%" alt="GitHub Sync">
|
|
70
|
+
</details>
|
|
71
|
+
|
|
72
|
+
<details>
|
|
73
|
+
<summary><b>5️⃣ Issues Finished</b> - Completing and closing tasks</summary>
|
|
74
|
+
<br>
|
|
75
|
+
<img src="docs/assets/video-5.gif" width="100%" alt="Issues Complete">
|
|
76
|
+
</details>
|
|
77
|
+
|
|
78
|
+
<details>
|
|
79
|
+
<summary><b>6️⃣ Checking the Work Done</b> - Running Web App + FastAPI demo</summary>
|
|
80
|
+
<br>
|
|
81
|
+
<img src="docs/assets/video-6.gif" width="100%" alt="Web App and FastAPI">
|
|
82
|
+
</details>
|
|
65
83
|
|
|
66
84
|
## 🚀 Get Started in 5 Minutes
|
|
67
85
|
|