Compétences conductor-status
📊

conductor-status

Sûr

프로젝트 상태 및 진행 상황 추적

Conductor-status 는 프로젝트 진행률, 활성화된 트랙 및 다음 작업을 형식화된 대시보드에 표시합니다. 여러 작업 스트림에 걸쳐 작업을 추적함으로써 팀이 체계적으로 유지할 수 있도록 도와줍니다.

Prend en charge: Claude Codex Code(CC)
🥉 74 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "conductor-status". conductor-status

Résultat attendu:

PROJECT STATUS: MyProject
Last Updated: 2025-01-15

Tracks: 3/5 completed (60%)
Tasks: 15/25 completed (60%)

Active Track: feature_dashboard - Dashboard Feature
Current Phase: Phase 2: Core Components
Current Task: [~] Task 2.3: Implement chart rendering

Utilisation de "conductor-status". conductor-status auth_feature

Résultat attendu:

TRACK STATUS: Authentication Feature
Track ID: auth_feature
Type: feature
Status: In Progress

Overall: 8/12 tasks (67%)

Phase 2: API Integration [IN PROGRESS]
- [x] Task 2.1: Create auth endpoints
- [~] Task 2.2: Add token validation <-- CURRENT
- [ ] Task 2.3: Implement logout

Audit de sécurité

Sûr
v1 • 2/24/2026

Static analysis flagged 61 potential issues (external_commands, weak crypto, system reconnaissance) but manual review confirms these are false positives. The skill is a legitimate project management tool that reads local markdown and JSON files to display project status. No actual command execution, cryptographic operations, or network requests are performed.

1
Fichiers analysés
341
Lignes analysées
0
résultats
1
Total des audits
Aucun problème de sécurité trouvé

Motifs détectés

False Positive: Shell Command DetectionFalse Positive: Weak Cryptographic Algorithm
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
85
Contenu
50
Communauté
100
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

일일 스탠드업 업데이트

팀 회의 전 프로젝트 진행률을 빠르게 검토하고 블로커 식별

진행 상황 보고

상세한 트랙 내역과 함께 이해관계자에게 형식화된 상태 보고서 생성

워크플로우 탐색

현재 트랙 단계와 우선순위에 따라 작업할 다음 작업 식별

Essayez ces prompts

빠른 상태 확인
conductor-status 를 사용하여 현재 프로젝트 상태를 표시하세요. 전체 진행률 백분율은 얼마이며 어떤 트랙이 현재 활성화되어 있습니까?
상세 트랙 상태
[track-id] 트랙 ID 와 함께 conductor-status 를 실행하여 해당 트랙의 단계 진행 상황 및 다음 단계를 포함한 상세 상태를 확인하세요.
블로커 식별
conductor-status 를 사용하여 프로젝트에 블로커가 있는지 확인하세요. 어떤 트랙이 블로킹되어 있으며 무엇을 기다리고 있습니까?
JSON 내보내기
conductor-status --json 을 실행하여 다른 도구와 통합하기 위한 전체 프로젝트 상태를 JSON 형식으로 얻으세요.

Bonnes pratiques

  • 현재 프로젝트 상태를 이해하기 위해 새 작업을 시작하기 전에 conductor-status 실행
  • 팀 커뮤니케이션에서 빠른 업데이트를 위해 --quick 모드 사용
  • 블로킹된 작업에 대한 불필요한 노력을 피하기 위해 정기적으로 블로커 확인

Éviter

  • conductor:setup 으로 Conductor 를 초기화하지 않고 conductor-status 실행
  • 이 skill 이 로컬 파일만 읽을 수 있을 때 외부 도구 통합을 기대함
  • 작업을 수정하기 위해 conductor-status 사용 (이 skill 은 읽기 전용임)

Foire aux questions

Conductor 란 무엇입니까?
Conductor 는 작업을 트랙으로 구성하는 프로젝트 관리 프레임워크입니다. 각 트랙에는 로컬 마크다운 파일로 저장된 단계와 작업이 포함되어 있습니다.
Conductor 는 어떻게 초기화합니까?
/conductor:setup 을 실행하여 product.md 및 tracks.md 파일이 포함된 초기 conductor/ 디렉토리 구조를 생성하세요.
이 skill 이 작업을 수정할 수 있습니까?
아니요, conductor-status 는 읽기 전용입니다. 작업 상태를 수정하려면 conductor:implement 또는 다른 Conductor skill 을 사용하세요.
상태 마커는 무엇을 의미합니까?
[x] = 완료, [~] = 진행 중, [ ] = 대기 중, [!] = 블로킹됨.
특정 트랙을 어떻게 봅니까?
트랙 ID 를 인수로 전달하세요: conductor-status [track-id]
상태 데이터를 내보낼 수 있습니까?
예, --json 플래그를 사용하여 다른 도구와 통합하기 위한 기계가 읽을 수 있는 출력을 얻으세요.

Détails du développeur

Structure de fichiers

📄 SKILL.md