一键导入
smaqitsession-start
Start a new chat with full project context. Use when beginning a session to load README, recent history, and task planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start a new chat with full project context. Use when beginning a session to load README, recent history, and task planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | smaqit.session-start |
| description | Start a new chat with full project context. Use when beginning a session to load README, recent history, and task planning. |
| metadata | {"version":"0.2.0"} |
Start a new chat with full project context. Execute these steps IN ORDER:
Read core project files from start to finish (in parallel, if they exist):
README.mdCONTRIBUTING.md.github/copilot-instructions.mddocs/, documentation/) — scan for index files like README.md, index.md, architecture.md, or ADRs in adr/ subdirectoriesMakefile, package.json, pyproject.toml, go.mod, Cargo.tomlLoad recent session context:
.smaqit/history/ (if no entries exist yet, continue without history).Load task planning:
.smaqit/tasks/PLANNING.md (NOT individual task files).task-list skill when working on tasks.Synthesize and present a summary covering:
CRITICAL: Read complete files without line limits. Do NOT truncate at any arbitrary limit.
Note: Only read individual task files (.smaqit/tasks/NNN_*.md) when actively working on that specific task.
Collect changes, assess severity, and suggest next version for a release
Execute git operations for PR-based releases (commit, push via report_progress)
Validate git state and prepare all files (CHANGELOG.md, version files) for release
End session by documenting the entire conversation. Use at session completion to create history entries.
Generate a succinct title for the current session based on work accomplished. Use when finishing sessions to create history file titles.
Mark a task as completed with verification. Use when finishing tasks to update status and verify criteria.