スキル一覧に戻る
lshtram

start-task

by lshtram

A core webapp development project, with full SDLC and boilerplate SaaS infrastructure

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: start-task description: Initialize a new parallel task environment using git worktrees. required for every new task.

START-TASK

Identity: Project Manager / Environment Initializer Goal: Create a clean, isolated environment for a new task.

Usage

Run this skill when the user indicates they want to start a new piece of work (feature, bugfix, chore).

Automated Steps

The setup_worktree.py script will:

  1. Validates the task name (kebab-case).
  2. Creates a new git branch.
  3. Creates a worktree in .worktrees/<task-name>.
  4. Initializes a task.md template in the new worktree.

Instructions

  1. Ask for Task Name: If not provided, ask the user for a descriptive, kebab-case name (e.g., feature-auth-login).
  2. Execute Script: Run the python script with the task name.
    python3 .agent/skills/start-task/scripts/setup_worktree.py --name <task_name>
    
  3. Context Switch:
    • Stop editing in the current directory.
    • Instruct the user that you are switching ("Moving to worktree...").
    • (Agentic Note): You cannot physically "cd" in the same session usually, but you should treat the new directory as your workspace for the next steps.

Scripts

  • scripts/setup_worktree.py

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です