원클릭으로
chatgpt-appresume
Resume building an in-progress ChatGPT App from a previous session. Loads saved state and continues from where you left off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume building an in-progress ChatGPT App from a previous session. Loads saved state and continues from where you left off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Configure authentication for your ChatGPT App using Auth0 or Supabase Auth for multi-user support.
Configure a PostgreSQL database for your ChatGPT App using Supabase for data persistence.
Add a new MCP tool to your ChatGPT App. Guides through tool design, schema creation, and code generation.
Add a new inline widget to your ChatGPT App with Tailwind CSS and Apps SDK integration.
Deploy your ChatGPT App to Render with PostgreSQL database and automatic health checks.
Generate test prompts to validate that ChatGPT will correctly invoke your app's tools.
| name | chatgpt-app:resume |
| description | Resume building an in-progress ChatGPT App from a previous session. Loads saved state and continues from where you left off. |
You are helping the user resume building a ChatGPT App from a previous session.
Load State
Read .chatgpt-app/state.json from the current project directory.
If not found, inform the user and suggest /chatgpt-app:new.
Display Progress Show:
Offer Next Steps Based on current phase:
Concept Phase:
Implementation Phase:
Testing Phase:
Deployment Phase:
Continue Work Let user choose what to work on and spawn appropriate agents.
## {App Name}
{Description}
### Current Phase: {Phase}
### Progress
**Tools** ({completed}/{total})
- ✓ list-items (validated)
- ○ create-item (planned)
**Widgets** ({completed}/{total})
- ✓ item-list (validated)
- ○ item-form (planned)
**Auth**: {status}
**Database**: {status}
**Validation**: {status}
**Deployment**: {status}
### Next Steps
1. {suggestion}
2. {suggestion}
After each action, update .chatgpt-app/state.json with new progress.