learn-se-workflow

Train users to operate start_work, resume, and complete_work task workflows.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/novel-jp/projsight-plugin --skill learn-se-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-se-workflow
Source: https://github.com/novel-jp/projsight-plugin/tree/main/skills/learn-se-workflow
Command: npx skills add https://github.com/novel-jp/projsight-plugin --skill learn-se-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

この Skill は、start_work から complete_work までの開発ワークフローを実地で体験し、作業開始・中断・再開・完了の流れを迷わず運用できるようにします。

Core Features & Use Cases

  • Task kickoff: start_work でタスクに着手し、必要なコンテキストを受け取る流れを学べます。
  • Interrupted work recovery: notes に途中経過を残して、別セッションでも同じタスクを再開する運用を練習できます。
  • Automatic progress update: complete_work により成果物の進捗が自動更新されることを確認できます。
  • Use case: 仕様駆動で進めるチームが、AI に毎回正確な作業文脈を渡しながら作業を継続したい場面に適しています。

Quick Start

2つのタスクを使って start_work、途中メモ、再開、complete_work までの一連の流れを順番に体験してください。

Frequently Asked Questions about learn-se-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume interrupted software engineering tasks across different sessions?

To resume interrupted software engineering tasks across sessions, you leave progress notes on the active task, retrieve the stored context upon returning, and continue execution from the exact interruption point.

What is the best way to track progress and context for multiple development tasks?

Tracking progress and context for multiple development tasks requires listing active tasks, capturing session notes, and updating task status automatically upon completion to maintain an accurate project execution overview.

How does automatic deliverable completion handling work in project management?

Automatic deliverable completion handling in project management works by triggering a status update that finalizes the task and records the output automatically once the defined work cycle is complete.

Do I need specific project management tools to maintain task context across sessions?

You do not need specific external project management tools to maintain task context; the workflow operates by listing tasks, retrieving context, and updating progress internally across sessions.

How do I start work on a task and ensure the correct context is captured?

To start work on a task and ensure the correct context is captured, you initiate the task kickoff phase, which allocates the necessary operational context and registers the task as actively in progress.

Can I practice the full software engineering work cycle from start to finish?

Yes, you can practice the full software engineering work cycle from start to finish by executing two tasks sequentially through kickoff, interruption, resumption, and completion phases.