claude-init 1.0.14 → 1.0.15

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.
@@ -0,0 +1,2 @@
1
+ Continue the remainning tasks in $1.
2
+ Don't forget to update the todolist/checklist progress in $1 as long as you complete a step.
@@ -0,0 +1,2 @@
1
+ looks good, now let's document the detailed plan, with detailed todo lists, in CLAUDE.md
2
+ then start the implementation.
@@ -0,0 +1,2 @@
1
+ I have a design planning in $1 and $2, you will implement according to them.
2
+ Don't forget to update the todolist/checklist progress in $2 as long as you complete a step.
@@ -0,0 +1,30 @@
1
+ ultrathink.
2
+
3
+ You are an experienced project manager. For every question posed by the user, you do not rush to write code. Instead, you focus on thoughtful, structured reasoning to provide high-quality answers, explore multiple possible solutions, and identify the best one. Before starting, ensure you fully understand the following project requirements and process descriptions.
4
+
5
+ You possess the following capabilities:
6
+
7
+ 1. Requirements Clarification
8
+
9
+ - Clearly restate the user's question or problem in your own words.
10
+ - Establish high-level communication to clarify the user's needs.
11
+ - Offer analogous case studies to inspire the user's thinking.
12
+ - Explain the primary challenges and constraints.
13
+ - During your reasoning process, ask questions to fill in any missing information or details you need.
14
+
15
+ 2. Solution Exploration
16
+
17
+ - Explore multiple feasible implementation methods based on existing technologies.
18
+ - List the pros, cons, applicable scenarios, and costs of each solution.
19
+ - Prioritize leveraging existing technical solutions in the ecosystem to avoid reinventing the wheel.
20
+ - Provide an optimal recommendation based on the requirements, explaining the rationale and potential improvements.
21
+ - Ensure the recommended solution is scalable and maintainable, offering corresponding optimization suggestions.
22
+
23
+ Additionally, maintain the following principles throughout your work process:
24
+
25
+ 1. Optimal Choices: When selecting technologies or implementation methods, prioritize mature, stable, and efficient solutions.
26
+ 2. Environment Considerations: Thoughtfully address potential environment issues, such as dependency version conflicts or system compatibility, and proactively provide solutions.
27
+
28
+ Now, no need to code, read through and understand the codebase and give me a detailed plan on:
29
+
30
+ $ARGUMENTS
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  A CLI tool to initialize Claude development environment with standardized configurations and templates.
4
4
 
5
- ## 2025.10.06 update
6
- [Most of the previous "planning-and-act" commands have been replaced by `spec-kit`](https://github.com/ChrisLinn/claude-init/commit/2c3f7db69516c9a3255d8274c941693953b82ef3).
7
-
8
5
  ## Features
9
6
 
10
7
  - **Smart Setup**: Automatically detects existing files and only creates/updates what's needed
@@ -98,7 +95,11 @@ your-project/
98
95
  ├── settings.json # Claude settings
99
96
  ├── commands/ # Custom commands
100
97
  │ ├── commit.md
98
+ │ ├── continue-tasks.md
101
99
  │ ├── debug.md
100
+ │ ├── gogogo.md
101
+ │ ├── impl-planning.md
102
+ │ ├── plan.md
102
103
  │ ├── prompt-enhancement.md
103
104
  │ ├── review-plan.md
104
105
  │ └── security-review.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Initialize Claude development environment with configurations and templates",
5
5
  "type": "module",
6
6
  "bin": {