Skip to content

Team Beacon: Illuminating the path from raw data to delivery excellence.

Notifications You must be signed in to change notification settings

git-mhaque/TeamBeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Beacon ✨

Illuminating the path from raw data to delivery excellence.

Team Beacon orchestrates team workflows and generates high-fidelity insights using AI.

By leveraging Jira as a data source and Python for deep-dive preprocessing, Beacon provides the "Signal" within the noise. It utilizes Cline workflows to generate artifacts that augment the team through three distinct guiding lights:

  • 🔦 The Tactical Signal (Scrum Master) Focus: The Now. Empowers the team to manage the sprint by surfacing daily progress trends, scope creep, and potential blockers.

  • 🕯️ The Strategic Signal (Agile Coach) Focus: The How. Guides long-term growth by tracking health metrics, refining engineering practices, and evolving the team's work culture.

  • 🔭 The Operational Signal (Delivery Manager) Focus: The Big Picture. Helps the team see the broader landscape and achieve milestones by overseeing multiple initiatives.

Quick Set Up

Runtime Environment

  • IDE: Visual Studio Code
  • Extension: Cline
  • Model: gpt-4.1
  • Python: 3.12

Environment Variables

Copy the example environment file and update it with your details:

cp .env.example .env

Edit .env and set the required environment variables.

  • JIRA_BASE_URL: Your JIRA URL.
  • JIRA_PAT: Your JIRA Personal Access Token (PAT).
  • JIRA_PROJECT_KEY: Your Jira project key (e.g., MYPROJ).
  • JIRA_BOARD_ID: The ID of your Jira Agile board (integer).
  • JIRA_STORY_POINTS_FIELD: The custom field ID for story points (e.g., customfield_10004).
  • CONFLUENCE_URL: Your Confluence URL.
  • CONFLUENCE_PAT: Your Confluence Personal Access Token (PAT).
  • CONFLUENCE_SPACE_KEY: Your Confluence space key.
  • CONFLUENCE_PARENT_PAGE_ID: You Confluence parent page ID under which reports will be published.

Available Workflows

Sprint Insights

\sprint-insights.md 

Team Insights

\team-insights.md 

Initiative Insights

\initiative-insights.md 

About

Team Beacon: Illuminating the path from raw data to delivery excellence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages