Community연구 & 데이터 분석github.com

Jeremy-01/intake-first-planner

Codex skill for schema-first intake before planning and solver implementation

지원 대상Claude CodeCodex CLI~Cursor
npx skills add Jeremy-01/intake-first-planner

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

문서

Intake-First Planner

Use this skill for projects that must not proceed from guessed parameters: physical layout planners, workstation or furniture arrangement tools, equipment placement, cable routing, schedule/resource optimization, simulation setup, and similar constraint-solving systems. Assume the user may be a complete beginner: explain what information is needed in plain language, provide fillable YAML, and avoid requiring them to understand implementation details.

Core Rule

Do not solve, optimize, recommend, or scaffold domain-specific logic until the required facts and scenarios are explicit enough to make assumptions unnecessary. If critical data is missing, output a "Missing Parameters" intake response and stop before implementation.

Workflow

  1. Classify the request:
    • Intake only: user wants requirements, schema, or prompt cleanup.
    • Build after intake: user wants code, tests, reports, or a reusable project.
    • Skill authoring: user wants a reusable/open-source skill or prompt package.
  2. Select the relevant reference:
    • General reusable workflow: read references/intake-workflow.md.
    • Spatial/layout planners: read references/spatial-layout-domain.md.
    • Three.js reports or 3D/visual output: read references/threejs-visualization.md.
    • Converting a one-off prompt into a reusable skill: read references/prompt-to-skill.md.
    • Skill packaging/open-source conversion: read references/skill-packaging.md.
  3. Produce or update a structured fact source, usually YAML or JSON.
  4. Gate execution:
    • If required facts are missing, return only the missing-parameter checklist, a suggested schema fragment, required scenarios, and explicit non-assumptions.
    • If facts are complete, implement the project using the fact source as authoritative input.
  5. For Python projects, prefer uv commands. Always include venv + pip recovery commands in handoff/recovery docs.
  6. Do not read old session JSONL, chat logs, or previous conversations unless the user explicitly asks for history recovery.

Output Patterns

For missing input, use this shape:

I need a few concrete measurements before I can solve this safely. You can answer by filling in the YAML below; unknown values may stay `null`.

**Missing Parameters**
- ...

**Suggested YAML**
```yaml
...
```

**Scenarios To Confirm**
- ...

**Not Assumed**
- ...

For implementation, create a project with:

  • pyproject.toml, src/, tests/, examples/, reports/, outputs/
  • A structured config example as the single fact source
  • Visual reports with top-view SVG/HTML and a Three.js 3D HTML viewer when geometry or layout is involved
  • Deterministic tests for parsing, transforms, constraints, scoring, and at least one scenario regression
  • HANDOFF.md, RECOVERY_README.md, and PROJECT_CONTEXT.md with both uv and venv + pip commands

Reusable Assets

  • schemas/intake_project.schema.yaml: generic schema template.
  • schemas/spatial_layout.schema.yaml: spatial/layout schema template.
  • references/threejs-visualization.md: default 3D visualization guidance.
  • examples/workstation_layout_request.yaml: example domain request.
  • examples/furniture_layout_request.yaml: room/furniture planning example.
  • examples/equipment_cable_routing_request.yaml: equipment placement and cable-routing example.
  • scripts/check_skill_package.py: lightweight package sanity checker.

관련 스킬

primeline-ai/claude-adaptive-research

Autonomous, personalized research loops for Claude Code. Set a topic, walk away, come back to a quality-gated report adapted to your projects.

community

deanpeters/discovery-interview-prep

Plan customer discovery interviews with the right goal, segment, constraints, and method. Use when preparing interviews for problem validation, churn research, or new product ideas.

community

FrontAgent/FrontAgent

AI agent platform for frontend engineering with RAG, Skills, SDD, MCP and so on | 通过多种适配前端工程的技术进行赋能的智能体,支持:CLI、VSCode插件、LoRA模型、MCP服务

community

seifreed/skill-veil

skill-veil is an open source static analysis and policy tool for the agent extension supply chain.

community

ailabs-393/finance-manager

Comprehensive personal finance management system for analyzing transaction data, generating insights, creating visualizations, and providing actionable financial recommendations. Use when users need to analyze spending patterns, track budgets, visualize financial data, extract transactions from PDFs, calculate savings rates, identify spending trends, generate financial reports, or receive personalized budget recommendations. Triggers include requests like "analyze my finances", "track my spending", "create a financial report", "extract transactions from PDF", "visualize my budget", "where is my money going", "financial insights", "spending breakdown", or any finance-related analysis tasks.

community

junkai-li/NetCoreKevin

基于.NET搭建-AI知识库智能体-现代化Saas企业级前后端分离架构:前端Vue3、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、MCP协议服务、IOC模块化注入、自动任务、多短信集成、AI、AgentFramework智能体、AISemanticKernel集成、RAG检索增强、本地离线AI模型调用、智能体技能可控加载、单元测试、RabbitMQ、Skills技能管理、AI知识库、AI联网搜索

community