Loading...
Loading...
One-stop creation of SecondMe integration projects, executing initialization, requirement definition, and project generation in sequence
npx skill4agent add mindverse/second-me-skills secondmesecondme-initsecondme-prdsecondme-nextjsAskUserQuestion| Parameter | Description |
|---|---|
| (No parameters) | Full workflow: Initialization → PRD → Project Generation |
| Quick workflow: Initialization → Skip PRD → Project Generation |
📂 Current Working Directory: /path/to/current/dir
⚠️ The Next.js project will be initialized directly in this directory. Please ensure you are running this in a new empty folder..secondme/.git/CLAUDE.md.claude/AskUserQuestion.secondme/state.jsonstage| stage | Description | Action |
|---|---|---|
| Initialization completed | Ask: Continue from the PRD phase, or start over? |
| PRD completed | Ask: Generate the project directly, or redefine the PRD? |
| Project generated | Ask: Regenerate the project, or start over entirely? |
secondme-init.secondme/state.jsonapidocsCLAUDE.mdstage"init"--quicksecondme-prdprdstate.jsonstage"prd"secondme-nextjsstate.json.env.localstate.apifrontend-design:frontend-designstage"ready"Full Mode (/secondme)
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Phase 1 │ → │ Phase 2 │ → │ Phase 3 │
│ Initialization │ │ PRD Definition │ │ Project Generation │
└─────────────┘ └─────────────┘ └─────────────┘
Quick Mode (/secondme --quick)
┌─────────────┐ ┌─────────────┐
│ Phase 1 │ → │ Phase 3 │
│ Initialization │ │ Project Generation │
└─────────────┘ └─────────────┘🎉 SecondMe project creation completed!
Project Information:
- App Name: [app_name]
- Selected Modules: auth, chat, profile
- Database: PostgreSQL
Startup Steps:
1. npm install
2. npx prisma db push
3. npm run dev
The project will start at http://localhost:3000
Tips:
- The .secondme/ directory contains sensitive configurations, please add it to .gitignore
- To modify configurations, you can run /secondme-init separately
- To redefine requirements, you can run /secondme-prd separately| Command | Description |
|---|---|
| Execute only initialization |
| Execute only PRD definition |
| Execute only project generation |
| Skip PRD check and generate directly |
state.json/secondme