Project Together — powered by AI
=================================

The course package. Everything in one folder — Python included (the python\ folder).
You install NOTHING.

HOW TO USE IT
  1. Extract the .zip (right-click > Extract all). Do extract it: don't run it from
     inside the zip.
  2. Create your free account at projectadm.com and generate a token
     (your profile > API Keys).
  3. Double-click Iniciar.bat (Windows) or Iniciar.command (Mac). It asks for the
     token — and that is ALL. Then it creates the course PORTFOLIO and your BOARD on
     ProjectAdm (the board IS your project), writes everything into the .env and
     opens the menu.
  4. Follow the steps from the menu, reading the article for each one.

  Never share your .env: it holds your token.

STEP 1 IS RUN TWICE (the board follows your reading)
  STAGE 1  menu > Step 1: opens your board with the 7 questions of 5W2H as cards.
           You read the article and answer card by card — 1.1 the justification,
           1.2 the OKR, 2.x the what, 3 the who, 5 the when, 6 the how much.
           Block 4 (the HOW) is born locked.
  DECISION menu > Step 1 · HOW: 5 questions (the factors from the PMBOK Guide,
           8th Edition). It recommends; YOU decide.
  STAGE 2  menu > Step 1 again: unlocks the HOW block and builds the rest of the
           board in the approach you chose.

  Why in two stages? Because the approach is chosen from the deliverable, the project
  and the organization (PMBOK Guide, 8th Edition) — that is, after answering why,
  what and who. Building the board first would mean choosing the HOW blind.

YOUR AI — ONE PATH ONLY
  Use the AI you already have in your browser: ChatGPT, Gemini, Claude, DeepSeek,
  whichever. The script hands you the prompt ready, it gives you back the text, you
  paste it into the "0. Inbox" card of your board and the script files everything in
  the right places. No editor needed, nothing to configure, and you never open a code
  file.

YOU NEVER BUILD A PROMPT
  Copying text from a card into a prompt is busywork: the information is already on
  your board, and it is the script that reads your board. So it builds the prompt for
  the next link ALREADY FILLED IN with what you answered and hands it over ready — on
  your CLIPBOARD (just press Ctrl+V in the AI) and on the matching card of the
  References list. Run the step, and the next prompt is in your hand.

THE GOLDEN RULE
  You write first. The AI proposes on top of what you wrote. You decide.
  The one thing the AI does NOT do for you is your project's JUSTIFICATION — it is
  your pain, your context, your voice. From there the chain pulls itself, in the order
  of the project charter itself:
  justification -> objectives and KRs -> deliverables -> stakeholders -> APPROACH
  (your decision, and the border) -> constraints, assumptions, risks and the WHERE ->
  when and how much -> scope...

THE VARIABLE OF THE COURSE: THE DEVELOPMENT APPROACH
  In step 1, the HOW of 5W2H is the development approach — 'the means used to create
  and evolve the product throughout the life cycle' (PMBOK Guide, 8th Edition).
  Run 01a_escolher_abordagem.py: 5 questions (the factors the Guide tells you to
  consider) and it recommends PREDICTIVE or AGILE. You decide; it saves it in the
  .env. That variable builds your board and changes the next steps.

THE STEPS
  01   start the project: the 5W2H project charter on your board (stage 1)
  01a  choose the approach (the HOW) — the decision that unlocks the board
  01   run it again: the full board, in your approach (stage 2)
  02   review the scope: WBS (predictive) or Product Backlog (agile)
  ...  (03 to 10)

WHERE YOUR MEMORY LIVES
  _saida/contexto.md        your whole project, in text (read it or paste it into the AI)
  _saida/prompt-passo-N.txt the prompt for the next step, ALREADY filled in with your project
